summaryrefslogtreecommitdiffstats
path: root/messagebus/src/test/java/com/yahoo
Commit message (Expand)AuthorAgeFilesLines
* Run dynamic throttling tests fewer times by defaultJon Marius Venstad2022-02-031-7/+7
* Add SuppressWarnings for removal of config.subscription types.gjoranv2022-02-021-0/+1
* decouple tests by giving them separate destination session namesArne H Juul2021-12-301-64/+71
* speed up unit testArne H Juul2021-12-171-11/+132
* most unit tests can run with just 1 network threadArne H Juul2021-12-161-3/+3
* improve testserver start/stop logging slightlyArne H Juul2021-12-161-4/+2
* Update Verizon Media copyright notices.gjoranv2021-10-072-2/+2
* Update 2017 copyright notices.gjoranv2021-10-0738-38/+38
* Merge pull request #19285 from vespa-engine/jonmv/shut-down-RPC-when-no-messa...Jon Marius Venstad2021-09-271-1/+5
|\
| * Better namesJon Marius Venstad2021-09-271-1/+1
| * Shut down network when all owners also have detachedJon Marius Venstad2021-09-241-0/+4
* | As a simple tcp based rpc address is the most common, split into Tcp and Named.Henning Baldersheim2021-09-241-2/+2
|/
* Let server session.connect() conncet to net, and use newest destinationJon Marius Venstad2021-08-231-3/+7
* Cut the heaviest dynamic throttle policy mini-benchmarksJon Marius Venstad2021-08-181-4/+4
* Use protocol of latest ownerJon Marius Venstad2021-08-171-1/+2
* Move conditional broadcasting downJon Marius Venstad2021-08-171-6/+9
* Use injectable network multiplexer holder in SessionCache to bridge generationsJon Marius Venstad2021-08-161-4/+1
* Unit test for multiplexerJon Marius Venstad2021-08-161-0/+187
* Revert "Try to reduce test runtime for RoutingTestCase"Harald Musum2021-06-011-34/+12
* Try to reduce test runtime for RoutingTestCasegjoranv2021-05-281-12/+34
* Revert "Revert "Jonmv/reapply document protocol super config [run-systemtest]""Jon Marius Venstad2021-01-281-3/+2
* Revert "Jonmv/reapply document protocol super config [run-systemtest]"Jon Marius Venstad2021-01-281-2/+3
* Revert "Revert "Jonmv/document protocol super config""Jon Marius Venstad2021-01-271-3/+2
* Revert "Jonmv/document protocol super config"Harald Musum2021-01-271-2/+3
* Non-functional changesJon Marius Venstad2021-01-191-3/+2
* Fix unit testJon Marius Venstad2021-01-131-0/+1
* Add unit tests and some doc for DynamicThrottlingPolicyJon Marius Venstad2020-12-021-0/+353
* Try fixed at maxpending 2 for comparisonJon Marius Venstad2020-11-291-4/+4
* Avoid Thread.sleep(1000) in unit testJon Marius Venstad2020-11-261-22/+14
* Non-functional changesJon Marius Venstad2020-11-261-0/+1
* Don't setup network in tests that don't need itJon Bratseth2020-11-091-13/+1
* Don't setup network in tests that don't need itJon Bratseth2020-11-091-3/+3
* Revert "Revert "Reduce the use of hamcrest when normal assertEquals/assertTru...Henning Baldersheim2020-08-121-29/+41
* Revert "Reduce the use of hamcrest when normal assertEquals/assertTrue does a...Henning Baldersheim2020-08-111-41/+29
* Reduce the use of hamcrest when normal assertEquals/assertTrue does a mucj be...Henning Baldersheim2020-08-111-29/+41
* Replace remaining LogLevel.<level> with corresponding Levelgjoranv2020-04-251-1/+1
* Map remaining DEBUG/SPAM/ERROR/FATAL -> Level.FINE/FINEST/SEVEREgjoranv2020-04-251-2/+2
* Import java.util.logging.Level instead of com.yahoo.log.LogLevelgjoranv2020-04-251-1/+1
* Keep the spec final.Henning Baldersheim2019-05-281-4/+2
* Prepare for using multiple connections per specHenning Baldersheim2019-05-191-3/+35
* Test and error code categorization.Henning Baldersheim2019-04-291-0/+36
* Change interface from Mirror.Entry[] to List<Mirror.Entry> as you already hav...Henning Baldersheim2019-04-222-11/+12
* Remove some unused metrics code and dewire it.Henning Baldersheim2019-04-132-12/+12
* A collection of code cleanup in messagebus. And a bonus of catching missing s...Henning Baldersheim2019-04-121-7/+7
* Avoid universal importHenning Baldersheim2019-04-111-2/+15
* Use a more agile retry policy with quick start and exponetial backoff.Henning Baldersheim2019-02-142-18/+19
* Fix author tag for SimonBjørn Christian Seime2018-07-0531-31/+31
* Use new junit APIJon Bratseth2018-05-041-1/+6
* Remove usage of junit.frameworkJon Bratseth2018-04-305-44/+50
* Remove usage of junit.frameworkJon Bratseth2018-04-2717-127/+242