[
https://issues.apache.org/jira/browse/ARTEMIS-1274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16079952#comment-16079952
]
ASF GitHub Bot commented on ARTEMIS-1274:
-----------------------------------------
GitHub user dudaerich opened a pull request:
https://github.com/apache/activemq-artemis/pull/1391
ARTEMIS-1274 MultipleProducersTest.wrongQueue fails
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/dudaerich/activemq-artemis ARTEMIS-1274
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/1391.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 #1391
----
commit fcfc8c6d34d02115c9a272b5f57315508b3b4dec
Author: Erich Duda <[email protected]>
Date: 2017-07-03T13:36:28Z
ARTEMIS-1274 MultipleProducersTest.wrongQueue fails
----
> MultipleProducersTest.wrongQueue fails
> --------------------------------------
>
> Key: ARTEMIS-1274
> URL: https://issues.apache.org/jira/browse/ARTEMIS-1274
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Affects Versions: 1.5.5, 2.1.0
> Reporter: Erich Duda
>
> {code}
> java.lang.AssertionError: queueOne message count expected:<5> but was:<1>
> 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.apache.activemq.artemis.tests.integration.client.MultipleProducersTest.wrongQueue(MultipleProducersTest.java:149)
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)