summaryrefslogtreecommitdiffstats
path: root/slobrok
Commit message (Collapse)AuthorAgeFilesLines
...
* Aressem/cmake more out of source tests (#441)Arnstein Ressem2016-08-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * vespalib tests run out of source. * staging_vespalib run tests out of source. * fastos tests run out of source. * Fixed storage tests out of source. * Fixed some of the config tests. * config* tests run out of source. * document_* tests run out of source. * documentapi_ tests run out of source. * Fixed fsa out of source tests. * Fix jrt_test out of source. * More tests run out of source. * Fix some slobrok and messagebus tests. * More fixes for out of source tests. * Done with first pass of regular tests out of source. * Only use SOURCE_DIRECTORY in a limited set of places. * Fix some remaining tests. * Some cleanups. * No need for extra slash.
* Fail test scripts on first error (#194)Vegard Sjonfjell2016-06-285-5/+10
| | | | | | | | | | | | | | | | * Fail test scripts on first error * Some more test fixes * Reverted prod_features_test fix * Re-added prod_features_test.sh change matching that of PR #193 * More error checking * Reverted set -e on failing tests * Enable errexit in lowercasing test
* simplify slobrok dependencies (#214)Arne H Juul2016-06-248-7/+1
| | | | | * the slobrokserver library needs classes from the slobrok client / utility library. Modules that just want the server shouldn't need to worry about that explicitly.
* This one will never trigger....Henning Baldersheim2016-06-231-1/+1
| | | | | | | | | I got this one with gcc 6.1. /home/balder/git/vespa/slobrok/src/vespa/slobrok/server/rpchooks.cpp: In member function 'void slobrok::RPCHooks::rpc_wantAdd(FRT_RPCRequest*)': /home/balder/git/vespa/slobrok/src/vespa/slobrok/server/rpchooks.cpp:355:24: error: comparison of constant '1' with boolean expression is always false [-Werror=bool-compare] if (state.failed() > 1) { ~~~~~~~~~~~~~~~^~~
* remove redundant ignoring of Testing directoriesHaavard2016-06-231-1/+0
|
* disable timing-sensitive testArne Juul2016-06-161-1/+0
| | | | | | | | * it seems this test almost always fails now (under heavy load). Mostly works OK when run alone, so it's probably just timing sensitive. Disable it temporarily until I can figure out if it's something that was there from earlier (hidden by problem in old way of running tests), something introduced now, etc and get it fixed.
* Merge pull request #30 from yahoo/arnej/avoid-spurious-slobrok-errorHenning Baldersheim2016-06-163-7/+42
|\ | | | | more careful checking
| * more careful checkingArne Juul2016-06-163-7/+42
| | | | | | | | | | | | * wait for ready, not just random sleep time * wait for actual stop, not just random sleep time * return status of actual test
* | Declared test executables as tests with TEST parameterVegard Sjonfjell2016-06-168-9/+9
|/
* PublishJon Bratseth2016-06-15122-0/+9415