[
https://issues.apache.org/jira/browse/ARTEMIS-414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15154193#comment-15154193
]
ASF GitHub Bot commented on ARTEMIS-414:
----------------------------------------
GitHub user dudaerich opened a pull request:
https://github.com/apache/activemq-artemis/pull/396
ARTEMIS-414 - [Artemis Testsuite] TemporaryQueueClusterTest#testClust…
…eredQueue fails
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/dudaerich/activemq-artemis ARTEMIS-414
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/396.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 #396
----
commit 1271b9ab848cde9e34bee59205622672d0f4c5b4
Author: Erich Duda <[email protected]>
Date: 2016-02-19T13:13:59Z
ARTEMIS-414 - [Artemis Testsuite]
TemporaryQueueClusterTest#testClusteredQueue fails
----
> [Artemis Testsuite] TemporaryQueueClusterTest#testClusteredQueue fails
> ----------------------------------------------------------------------
>
> Key: ARTEMIS-414
> URL: https://issues.apache.org/jira/browse/ARTEMIS-414
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Affects Versions: 1.1.0
> Reporter: Erich Duda
> Fix For: 1.3.0
>
>
> {code}
> java.lang.AssertionError: null
> at org.junit.Assert.fail(Assert.java:86)
> at org.junit.Assert.assertTrue(Assert.java:41)
> at org.junit.Assert.assertNotNull(Assert.java:621)
> at org.junit.Assert.assertNotNull(Assert.java:631)
> at
> org.apache.activemq.artemis.tests.integration.jms.cluster.TemporaryQueueClusterTest.testClusteredQueue(TemporaryQueueClusterTest.java:75)
> {code}
> By default redistribution-delay is set to -1 which means that messages will
> never be redistributed. Solution is to set redistribution-delay to 0.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)