[
https://issues.apache.org/jira/browse/ARTEMIS-1274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16082095#comment-16082095
]
ASF GitHub Bot commented on ARTEMIS-1274:
-----------------------------------------
GitHub user dudaerich opened a pull request:
https://github.com/apache/activemq-artemis/pull/1397
ARTEMIS-1274 MultipleProducersTest.wrongQueue fails
(cherry picked from commit ab92306d81df10e6cfdc771973b39980721a6f98)
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/1397.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 #1397
----
commit f0907f6f3fad8b7200b88a0ceef203bfcb0883df
Author: Erich Duda <[email protected]>
Date: 2017-07-03T13:36:28Z
ARTEMIS-1274 MultipleProducersTest.wrongQueue fails
(cherry picked from commit ab92306d81df10e6cfdc771973b39980721a6f98)
----
> 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)