[
https://issues.apache.org/jira/browse/ARTEMIS-645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15387292#comment-15387292
]
ASF GitHub Bot commented on ARTEMIS-645:
----------------------------------------
GitHub user dudaerich opened a pull request:
https://github.com/apache/activemq-artemis/pull/652
ARTEMIS-645 ClusteredGroupingTest fails
In testGroupingSendTo3queuesNoConsumerOnLocalQueue the batch
of messages can be received also by the second consumer. It
depends on cluster decision.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/dudaerich/activemq-artemis ARTEMIS-645
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/652.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 #652
----
commit 0dc6fb8edfeac1dbaf9a65902402f4d1aba1df6d
Author: Erich Duda <[email protected]>
Date: 2016-07-20T13:48:10Z
ARTEMIS-645 ClusteredGroupingTest fails
In testGroupingSendTo3queuesNoConsumerOnLocalQueue the batch
of messages can be received also by the second consumer. It
depends on cluster decision.
----
> [Artemis Testsuite]
> ClusteredGroupingTest#testGroupingSendTo3queuesNoConsumerOnLocalQueue fails
> -----------------------------------------------------------------------------------------------
>
> Key: ARTEMIS-645
> URL: https://issues.apache.org/jira/browse/ARTEMIS-645
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Affects Versions: 1.3.0
> Reporter: Erich Duda
>
> {code}
> java.lang.AssertionError: consumer 0 did not receive message 0
> at org.junit.Assert.fail(Assert.java:88)
> at
> org.apache.activemq.artemis.tests.integration.cluster.distribution.ClusterTestBase.verifyReceiveAllInRangeNotBefore(ClusterTestBase.java:929)
> at
> org.apache.activemq.artemis.tests.integration.cluster.distribution.ClusterTestBase.verifyReceiveAllInRange(ClusterTestBase.java:808)
> at
> org.apache.activemq.artemis.tests.integration.cluster.distribution.ClusteredGroupingTest.testGroupingSendTo3queuesNoConsumerOnLocalQueue(ClusteredGroupingTest.java:1221)
> {code}
> {code}
> 05:27:26,920 INFO [org.apache.activemq.artemis.tests.integration] ***
> dumping consumers:
> 05:27:26,920 INFO [org.apache.activemq.artemis.tests.integration] Dumping
> consumer 0
> 05:27:27,421 INFO [org.apache.activemq.artemis.tests.integration] check
> receive Consumer 0 null message
> 05:27:27,421 INFO [org.apache.activemq.artemis.tests.integration] Dumping
> consumer 2
> 05:27:27,421 INFO [org.apache.activemq.artemis.tests.integration] check
> receive Consumer 2 received message 0
> 05:27:27,421 INFO [org.apache.activemq.artemis.tests.integration] check
> receive Consumer 2 received message 1
> 05:27:27,421 INFO [org.apache.activemq.artemis.tests.integration] check
> receive Consumer 2 received message 2
> 05:27:27,421 INFO [org.apache.activemq.artemis.tests.integration] check
> receive Consumer 2 received message 3
> 05:27:27,421 INFO [org.apache.activemq.artemis.tests.integration] check
> receive Consumer 2 received message 4
> 05:27:27,421 INFO [org.apache.activemq.artemis.tests.integration] check
> receive Consumer 2 received message 5
> 05:27:27,422 INFO [org.apache.activemq.artemis.tests.integration] check
> receive Consumer 2 received message 6
> 05:27:27,422 INFO [org.apache.activemq.artemis.tests.integration] check
> receive Consumer 2 received message 7
> 05:27:27,422 INFO [org.apache.activemq.artemis.tests.integration] check
> receive Consumer 2 received message 8
> 05:27:27,422 INFO [org.apache.activemq.artemis.tests.integration] check
> receive Consumer 2 received message 9
> 05:27:27,923 INFO [org.apache.activemq.artemis.tests.integration] check
> receive Consumer 2 null message
> {code}
> The batch of messages can be received also by the second consumer. It depends
> on cluster decision.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)