aboutsummaryrefslogtreecommitdiffstats
path: root/slobrok/src/tests/standalone/standalone.cpp
Commit message (Collapse)AuthorAgeFilesLines
* remove non-instant invocationHÃ¥vard Pettersen2018-09-051-1/+1
|
* Update copyright headersJon Bratseth2017-06-141-1/+1
|
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
|
* Update copyright headersJon Bratseth2017-06-141-1/+1
|
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
|
* Copyright headerJon Bratseth2017-06-131-1/+1
|
* Reduce exposure of fastos.h and frt.h.Henning Baldersheim2017-05-301-3/+2
| | | | Only include what you need where you need it.
* add bracesArne H Juul2016-11-141-1/+2
|
* wait for slobrok server to start firstArne H Juul2016-11-141-5/+12
| | | | | | * since the SlobrokServer is started asynchronously in a different thread it may not be ready immediately. Add a loop retrying the initial connect to stabilize unit test.
* switch back to ASSERTArne H Juul2016-10-071-72/+109
| | | | | | * if test fails, we want to avoid continuing to a possible segfault * use RAII for exception-safe cleanup * do not print failure details about requests that are expected to fail
* follow-up code reviewArne H Juul2016-10-071-2/+2
|
* more information if unit test failsArne H Juul2016-10-061-66/+89
|
* PublishJon Bratseth2016-06-151-0/+278