aboutsummaryrefslogtreecommitdiffstats
path: root/messagebus/src/tests
Commit message (Collapse)AuthorAgeFilesLines
* Need to wait until first message has arrived since there are no ordering ↵Henning Baldersheim2017-09-261-0/+1
| | | | guarantees.
* Version 6.149 is using new compressed protocol.Henning Baldersheim2017-09-211-5/+5
|
* Add test for past and future versions too.Henning Baldersheim2017-09-201-1/+3
|
* Update and test among all version transitions that we are aware of.Henning Baldersheim2017-09-201-64/+37
|
* This add slime encoding of headers for future TLS usage,Henning Baldersheim2017-09-1910-31/+11
| | | | | and slime encoded body containing normal mbus payload. Both supporting compression.
* Revert "- Use C++11 for loops."Henning Baldersheim2017-09-1910-11/+31
|
* - Use C++11 for loops.Henning Baldersheim2017-08-2810-31/+11
| | | | | | | - Detangle some includes and include what you need. - Refactor to subclass to avoid code duplication. - Add config for compression too. - V1 up to 142, V2 above.
* All you need is make_string.Henning Baldersheim2017-08-236-42/+27
|
* No SP for getProtocolHenning Baldersheim2017-07-251-1/+1
|
* Update copyright headersJon Bratseth2017-06-1484-83/+84
|
* Revert "Update copyright headers"Jon Bratseth2017-06-1484-84/+83
|
* Update copyright headersJon Bratseth2017-06-1484-83/+84
|
* Revert "Copyright header"Jon Bratseth2017-06-1384-84/+83
|
* Copyright headerJon Bratseth2017-06-1384-83/+84
|
* Deinline as compiler makes the best choices.Henning Baldersheim2017-05-091-0/+1
|
* Fix warnings hidden earlier due to including application headers as system ↵Henning Baldersheim2017-05-022-3/+8
| | | | includes
* Add override in documentapi.Henning Baldersheim2017-04-251-1/+1
|
* Add missing override.Henning Baldersheim2017-04-2530-126/+59
| | | | | remove virtual on override. optimize includes.
* Revert "Balder/enforce override 2"Arne H Juul2017-04-2422-33/+81
|
* Including storage now builds fine with override enforcement.Henning Baldersheim2017-04-2322-81/+33
|
* add override in messagebus moduleArne H Juul2017-04-1029-66/+66
|
* deiniline destructorsHenning Baldersheim2017-03-097-45/+67
|
* Further decouple some hpp files, config and the attributevector.Henning Baldersheim2016-12-201-3/+2
|
* Only include what you needHenning Baldersheim2016-12-1913-44/+3
|
* Split in hash_xxx, array, lru, cache ++ in hpp files. To reduce clinon buildHenning Baldersheim2016-12-151-3/+1
|
* Avoid pulling in all of slobrok and config everywhere.Henning Baldersheim2016-12-121-1/+1
|
* Removed TestApp::GetSourceDirectoryArnstein Ressem2016-11-021-3/+3
|
* We only need one vtagHenning Baldersheim2016-10-213-14/+13
|
* Aressem/cmake more out of source tests (#441)Arnstein Ressem2016-08-231-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* Declared test executables as tests with TEST parameterVegard Sjonfjell2016-06-1641-41/+41
|
* PublishJon Bratseth2016-06-15213-0/+8434