Details
-
Test
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
Patch Available
-
Patch
Description
Hello,
I have created a patch for TwoBrokerVirtualTopicSelectorAwareForwardingTest.testSelectorsAndNonSelectors() test that was failing in many recent Java 8 builds. (for example https://builds.apache.org/job/ActiveMQ-Java8/org.apache.activemq$activemq-unit-tests/358/#showFailuresLink)
The problem was that there was too little time for consumers to consume all messages and therefore the asserts failed.
Vladimir Caniga