summaryrefslogtreecommitdiffstats
path: root/messagebus/src/test
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Fully remove OOS stuff from java too.Henning Baldersheim2017-10-168-21/+21
|
* Remove some java OSS stuff too.Henning Baldersheim2017-10-161-200/+0
|
* Version 6.149 is using new compressed protocol.Henning Baldersheim2017-09-211-4/+5
|
* New protocol start with 6.148Henning Baldersheim2017-09-201-1/+15
|
* Update copyright headersJon Bratseth2017-06-1439-39/+39
|
* Revert "Update copyright headers"Jon Bratseth2017-06-1439-39/+39
|
* Update copyright headersJon Bratseth2017-06-1439-39/+39
|
* Merge pull request #2770 from yahoo/bratseth/remove-carriage-returnTor Egge2017-06-142-2/+2
|\ | | | | Remove carriage return
| * Remove carriage returnJon Bratseth2017-06-142-2/+2
| |
* | Merge pull request #2747 from ↵Henning Baldersheim2017-06-141-0/+4
|\ \ | |/ |/| | | | | yahoo/balder/add-some-more-debug-information-in-case-of-error-and-avoid-potential-nullptr-exception Avoid potential NullPtrException and add some more information in cas…
| * Avoid potential NullPtrException and add some more information in case ↵Henning Baldersheim2017-06-131-0/+4
| | | | | | | | something odd happens.
* | Revert "Copyright header"Jon Bratseth2017-06-1339-41/+41
|/
* Copyright headerJon Bratseth2017-06-1339-41/+41
|
* - Sample the time before message is created.Henning Baldersheim2017-01-111-3/+4
| | | | | - Use the same clock as is used by messagebus. - Allow for slow testnode by giving it 5s to complete something that should only take 1s.
* Use less/greater hamcrest matchers.Henning Baldersheim2017-01-091-2/+4
|
* Revert "Revert "Revert "Revert "Revert "Revert "Revert "Balder/avoid costly ↵Henning Baldersheim2017-01-081-1/+1
| | | | notifyall in sharedsender"""""""
* Revert "Revert "Revert "Revert "Revert "Revert "Balder/avoid costly ↵Henning Baldersheim2017-01-071-1/+1
| | | | notifyall in sharedsender""""""
* Revert "Revert "Revert "Revert "Revert "Balder/avoid costly notifyall in ↵Henning Baldersheim2017-01-071-1/+1
| | | | sharedsender"""""
* Revert "Revert "Revert "Revert "Balder/avoid costly notifyall in ↵Henning Baldersheim2017-01-071-1/+1
| | | | sharedsender""""
* Revert "Revert "Revert "Balder/avoid costly notifyall in sharedsender"""Henning Baldersheim2017-01-071-1/+1
|
* Revert "Revert "Balder/avoid costly notifyall in sharedsender""Henning Baldersheim2017-01-071-1/+1
|
* Revert "Balder/avoid costly notifyall in sharedsender"Henning Baldersheim2017-01-071-1/+1
|
* Allow for a Callback to complete early.Henning Baldersheim2017-01-071-1/+1
|
* At 0 you are already out of time.Henning Baldersheim2017-01-061-1/+1
|
* Revert "Revert "First pass at a scalable blocking send.""Henning Baldersheim2017-01-061-16/+74
|
* Revert "First pass at a scalable blocking send."Henning Baldersheim2017-01-061-74/+16
|
* - Added a test for sendBlocking with and without blocking sendQ.Henning Baldersheim2017-01-061-16/+74
| | | | | | | | | - Redesigned based on @bratseth comments. - Now you will be timed out either by the reply thread in mbus or by the new thread that will handle sending of leftover messages. Timeout is not honoured correctly if there is a variation in timeout and system overload. A short timeout message might not be expired if an earlier message with alonger timeout is still on the Q. But I will let factory have a go at it before completing.
* whitespace fixups.Arne H Juul2017-01-039-1087/+1087
|
* Nonfunctional changesJon Bratseth2016-10-171-0/+1
|
* Yahoo sets up mac wireless networks such that the local hostname points to anJon Bratseth2016-09-291-22/+15
| | | | | | ip which does not resolve. This works around that problem by finding a resolvable address (while still falling back to localhost if we only get ipv6 addresses, as that causes other problems in docker containers).
* PublishJon Bratseth2016-06-1540-0/+6032