[ https://issues.apache.org/jira/browse/ARTEMIS-645?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Erich Duda closed ARTEMIS-645. ------------------------------ Resolution: Fixed > [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)