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)
By default redistribution-delay is set to -1 which means that messages will never be redistributed. Solution is to set redistribution-delay to 0.
- blocks
-
JBEAP-2574 Stabilization of ActiveMQ Artemis upstream test suite
- Closed
- is cloned by
-
JBEAP-5969 (7.0.z) [Artemis Testsuite] ARTEMIS-414 - TemporaryQueueClusterTest#testClusteredQueue fails
- Closed
- is incorporated by
-
JBEAP-5830 (7.1.0) Upgrade Artemis from 1.1.0.SP18 to 1.4.0
- Verified
- cloned to
-
ARTEMIS-414 Loading...