You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/03/10 13:44:40 UTC

[jira] [Commented] (ARTEMIS-429) [Artemis Testsuite] TopicControlUsingJMSTest#testGetXXXMessagesCount fails

    [ https://issues.apache.org/jira/browse/ARTEMIS-429?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15189228#comment-15189228 ] 

ASF GitHub Bot commented on ARTEMIS-429:
----------------------------------------

GitHub user dudaerich opened a pull request:

    https://github.com/apache/activemq-artemis/pull/417

    ARTEMIS-429 - [Artemis Testsuite] TopicControlUsingJMSTest#testGetXXX…

    …MessagesCount fails

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/dudaerich/activemq-artemis ARTEMIS-429

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/activemq-artemis/pull/417.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #417
    
----
commit 7e38c0ad8f61ea4bcaaaecafe33e718f3e1293bc
Author: Erich Duda <ed...@redhat.com>
Date:   2016-03-10T12:43:15Z

    ARTEMIS-429 - [Artemis Testsuite] TopicControlUsingJMSTest#testGetXXXMessagesCount fails

----


> [Artemis Testsuite] TopicControlUsingJMSTest#testGetXXXMessagesCount fails
> --------------------------------------------------------------------------
>
>                 Key: ARTEMIS-429
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-429
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>    Affects Versions: 1.2.0
>            Reporter: Erich Duda
>
> {code}
> java.lang.AssertionError: expected:<6> but was:<5>
> 	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:144)
> 	at org.apache.activemq.artemis.tests.integration.jms.server.management.TopicControlUsingJMSTest.testGetXXXMessagesCount(TopicControlUsingJMSTest.java:127)
> {code}
> We should give time to {{Queue.deliverAsync}} to deliver messages before we start to check {{messageCount}}.



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