You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Erich Duda (JIRA)" <ji...@apache.org> on 2016/05/19 08:52:12 UTC

[jira] [Created] (ARTEMIS-527) [Artemis Testsuite] TopicControlTest fails

Erich Duda created ARTEMIS-527:
----------------------------------

             Summary: [Artemis Testsuite] TopicControlTest fails
                 Key: ARTEMIS-527
                 URL: https://issues.apache.org/jira/browse/ARTEMIS-527
             Project: ActiveMQ Artemis
          Issue Type: Bug
    Affects Versions: 1.2.0
            Reporter: Erich Duda


{code}
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)
{code}

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.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)