java.lang.AssertionError: expected:<6> but was:<0> at org.junit.Assert.fail(Assert.java:88) at org.junit.Assert.failNotEquals(Assert.java:743) at org.junit.Assert.assertEquals(Assert.java:118) at org.junit.Assert.assertEquals(Assert.java:555) at org.junit.Assert.assertEquals(Assert.java:542) at org.apache.activemq.artemis.tests.integration.jms.server.management.TopicControlTest.testRemoveAllMessages(TopicControlTest.java:409)
After that messages are sent to the server, they are not immediately visible in topicControl.getMessageCount(). We should give the server a chance to properly deliver all messages.
- blocks
-
JBEAP-2574 Stabilization of ActiveMQ Artemis upstream test suite
- Closed
- clones
-
JBEAP-4629 (7.1.0) [Artemis Testsuite] TopicControlTest fails
- Verified
- is incorporated by
-
JBEAP-5471 (7.0.z) Upgrade Artemis from 1.1.0.SP18 to 1.1.0.SP19
- Verified
- cloned to
-
ARTEMIS-527 Loading...