aboutsummaryrefslogtreecommitdiffstats
path: root/messagebus/src/tests
Commit message (Collapse)AuthorAgeFilesLines
* Must wait for all sessions to be registered.Henning Baldersheim2020-04-021-2/+2
|
* Unify tests.Henning Baldersheim2020-04-021-6/+6
|
* reslove() -> make_addressHenning Baldersheim2020-04-022-9/+5
|
* - Redo the servicepool to resolve addresses first time and not loadbalance.Henning Baldersheim2020-04-019-437/+97
| | | | | | - Make it thread safe. - Remove any loadbalancing tests - Assert that no loadbalancing is requested.
* - Avoid adding empty traces that you need to carry on.Henning Baldersheim2020-03-241-38/+23
| | | | | - Avoid copying shared pointers when not necessary. - Some c++11 improvements.
* Merge branch 'master' into ↵Henning Baldersheim2019-12-058-13/+13
|\ | | | | | | balder/use-duration-in-messagebus-and-storageapi-rebased-1
| * FastOS_THread::Sleep -> std::chrono::sleep_forHenning Baldersheim2019-12-048-13/+13
| | | | | | | | | | Renamed Timer -> ScheduledExecutor. Do not include thread.h when not needed in header files.
* | Need larger timeout for testing on satuyrated hw.Henning Baldersheim2019-12-041-1/+1
| |
* | Use getReplyNow and deque() for immediate poll.Henning Baldersheim2019-12-042-5/+5
| |
* | Use getMessageNowHenning Baldersheim2019-12-041-6/+6
| |
* | timeout as durationHenning Baldersheim2019-12-0415-227/+218
|/ | | | | Conflicts: messagebus/src/vespa/messagebus/testlib/testserver.cpp
* Address comments from code review.Henning Baldersheim2019-11-202-3/+3
|
* Use timeouts typed with unit.Henning Baldersheim2019-11-204-14/+19
|
* Reduce the length/cost of the test.Henning Baldersheim2019-05-271-3/+3
|
* Simplify the supervisor responsibilityHenning Baldersheim2019-05-102-11/+6
|
* Remove files used by old unit test runner.Tor Egge2019-02-1980-91/+0
|
* Remove old unit test runner.Tor Egge2019-02-191-74/+0
| | | | Remove unmaintained scripts to generate old style unit test skeletons.
* More agile retry policy.Henning Baldersheim2019-02-153-52/+21
|
* Use std::atomic instead of volatile.Henning Baldersheim2019-02-151-1/+1
|
* Remove the costly and unnecessary setSlobrokId interface.Henning Baldersheim2018-10-0412-114/+96
|
* remove OOS remnantsArne Juul2017-10-171-3/+0
|
* Remove OSS from c++Henning Baldersheim2017-10-166-244/+0
|
* Revert "Revert "Balder/let protocol signal sequencing requirements""Henning Baldersheim2017-09-301-0/+1
|
* Revert "Balder/let protocol signal sequencing requirements"Arnstein Ressem2017-09-301-1/+0
|
* Protocols tells if they require sequencing of messages. If not messages ↵Henning Baldersheim2017-09-291-0/+1
| | | | might be reordered for efficiency.
* 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
|