aboutsummaryrefslogtreecommitdiffstats
path: root/messagebus/src/tests
Commit message (Expand)AuthorAgeFilesLines
* Add noexcept specifiers.Tor Egge2023-06-061-5/+5
* added reset functionHåvard Pettersen2023-03-081-1/+1
* use ref_counted for ReplyGateHåvard Pettersen2023-03-081-2/+2
* Reduce transitive includes.Henning Baldersheim2023-03-011-0/+1
* Add eol at eof.Henning Baldersheim2023-02-271-1/+1
* Modernize code and testHenning Baldersheim2023-02-271-18/+20
* - Use T && f() && to avoid moving temporaries.Henning Baldersheim2023-02-0313-300/+231
* - Deinline destructor.Henning Baldersheim2023-02-0112-120/+104
* Change from typedef to using in messagebus C++ code.Geir Storli2022-12-212-4/+4
* Deinline destructors in messagebus.Tor Egge2022-10-171-0/+3
* Always skip messenger and communicationmanager when you can.Henning Baldersheim2022-06-291-1/+1
* Merge pull request #23240 from vespa-engine/balder/no-longer-require-sequencingHenning Baldersheim2022-06-271-30/+11
|\
| * Remove 'requireSequencing' as an option.Henning Baldersheim2022-06-261-30/+11
* | Upgrades from pre vespa-6.149 directly to 8.8 is not supported.Henning Baldersheim2022-06-261-6/+3
|/
* fix undefined behavior in messagebus unit testsHåvard Pettersen2022-05-251-0/+1
* Remove inlining warnings (messagebus).Tor Egge2022-02-263-0/+18
* Reduce code visibility and include only what you need from config library.Henning Baldersheim2022-02-062-2/+1
* Update C++ DynamicThrottlePolicy to match Java impl semanticsTor Brede Vekterli2022-01-171-20/+26
* fix unstable unit testHåvard Pettersen2021-10-151-0/+3
* Update 2017 copyright notices.gjoranv2021-10-0779-79/+79
* Implement use of multiple rpc targets in mbusHenning Baldersheim2021-07-021-1/+1
* Use vespalib::duration for timeoutsHenning Baldersheim2021-01-316-1/+6
* - Reorder members for compactness.Henning Baldersheim2020-11-231-3/+3
* Reduce exposure of TraceNode even further.Henning Baldersheim2020-11-181-1/+1
* Use a std:.unique_ptr to make Trace a thin wrapper for TraceNode to make the ...Henning Baldersheim2020-11-181-6/+6
* Hide the modifiable TraceNode root inside the Trace objectHenning Baldersheim2020-11-181-7/+11
* GC unuse code and use std::mutex/std:condition_variable over vespalib::MonitorHenning Baldersheim2020-10-141-14/+14
* Merge branch 'master' into balder/skip-communicationmanager-onlyHenning Baldersheim2020-07-091-10/+5
|\
| * Remove non-semantic changes prior to using a sequenced threadpool in mbus.Henning Baldersheim2020-07-081-10/+5
* | Config control over what treads to skip.Henning Baldersheim2020-07-091-11/+6
|/
* 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
* - Avoid adding empty traces that you need to carry on.Henning Baldersheim2020-03-241-38/+23
* Merge branch 'master' into balder/use-duration-in-messagebus-and-storageapi-r...Henning Baldersheim2019-12-058-13/+13
|\
| * FastOS_THread::Sleep -> std::chrono::sleep_forHenning Baldersheim2019-12-048-13/+13
* | 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
|/
* 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
* 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