aboutsummaryrefslogtreecommitdiffstats
path: root/messagebus/src/tests/throttling
Commit message (Collapse)AuthorAgeFilesLines
* - Use T && f() && to avoid moving temporaries.Henning Baldersheim2023-02-031-1/+1
| | | | - std::make_unique/make_shared
* - Deinline destructor.Henning Baldersheim2023-02-011-2/+1
| | | | | | - Move instead of copy = > noexcept move construtors. - make_unique/make_shared. - c++11 for loops
* Update C++ DynamicThrottlePolicy to match Java impl semanticsTor Brede Vekterli2022-01-171-20/+26
| | | | | | | | | | | This is an attempt at making the C++ implementation 1-1 with the Java implementation, the latter considered the source of truth for this matter. Unit tests have been updated to match their Java equivalents as well. This task was approached much in the same way a novice wizard would transcribe arcane runes that may possible blow their hands off; carefully and with more pragmatic respect than understanding.
* Update 2017 copyright notices.gjoranv2021-10-072-2/+2
|
* Use vespalib::duration for timeoutsHenning Baldersheim2021-01-311-0/+1
|
* Merge branch 'master' into ↵Henning Baldersheim2019-12-051-2/+2
|\ | | | | | | balder/use-duration-in-messagebus-and-storageapi-rebased-1
| * FastOS_THread::Sleep -> std::chrono::sleep_forHenning Baldersheim2019-12-041-2/+2
| | | | | | | | | | Renamed Timer -> ScheduledExecutor. Do not include thread.h when not needed in header files.
* | timeout as durationHenning Baldersheim2019-12-041-14/+12
|/ | | | | Conflicts: messagebus/src/vespa/messagebus/testlib/testserver.cpp
* Remove files used by old unit test runner.Tor Egge2019-02-192-2/+0
|
* Need to wait until first message has arrived since there are no ordering ↵Henning Baldersheim2017-09-261-0/+1
| | | | guarantees.
* Update copyright headersJon Bratseth2017-06-142-2/+2
|
* Revert "Update copyright headers"Jon Bratseth2017-06-142-2/+2
|
* Update copyright headersJon Bratseth2017-06-142-2/+2
|
* Revert "Copyright header"Jon Bratseth2017-06-132-2/+2
|
* Copyright headerJon Bratseth2017-06-132-2/+2
|
* Add missing override.Henning Baldersheim2017-04-251-3/+0
| | | | | remove virtual on override. optimize includes.
* Revert "Balder/enforce override 2"Arne H Juul2017-04-241-0/+3
|
* Including storage now builds fine with override enforcement.Henning Baldersheim2017-04-231-3/+0
|
* add override in messagebus moduleArne H Juul2017-04-101-2/+2
|
* Declared test executables as tests with TEST parameterVegard Sjonfjell2016-06-161-1/+1
|
* PublishJon Bratseth2016-06-155-0/+377