This is an automated email from the ASF dual-hosted git repository.
clebertsuconic pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git
The following commit(s) were added to refs/heads/master by this push:
new 2a7320b NO-JIRA test retry
2a7320b is described below
commit 2a7320bffd44ebca2adc5778f377c7b448ebce0e
Author: Clebert Suconic <[email protected]>
AuthorDate: Thu Apr 30 21:57:25 2020 -0400
NO-JIRA test retry
---
.../tests/integration/cluster/failover/PagingFailoverTest.java | 5 +++++
1 file changed, 5 insertions(+)
diff --git
a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/cluster/failover/PagingFailoverTest.java
b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/cluster/failover/PagingFailoverTest.java
index 68f201a..f660c9f 100644
---
a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/cluster/failover/PagingFailoverTest.java
+++
b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/cluster/failover/PagingFailoverTest.java
@@ -34,8 +34,10 @@ import
org.apache.activemq.artemis.core.settings.impl.AddressSettings;
import
org.apache.activemq.artemis.tests.integration.cluster.util.SameProcessActiveMQServer;
import
org.apache.activemq.artemis.tests.integration.cluster.util.TestableServer;
import org.apache.activemq.artemis.tests.util.TransportConfigurationUtils;
+import org.apache.activemq.artemis.utils.RetryRule;
import org.junit.Assert;
import org.junit.Before;
+import org.junit.Rule;
import org.junit.Test;
/**
@@ -45,6 +47,9 @@ import org.junit.Test;
public class PagingFailoverTest extends FailoverTestBase {
// Constants -----------------------------------------------------
+ @Rule
+ public RetryRule retryRule = new RetryRule(2);
+
private static final SimpleString ADDRESS = new
SimpleString("SimpleAddress");
private ServerLocator locator;