Repository: activemq-artemis
Updated Branches:
  refs/heads/master 2994ad2e5 -> 3ff0dc2e6


NO-JIRA testPurge wasn't meant for globalTest, ignoring it


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/3ff0dc2e
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/3ff0dc2e
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/3ff0dc2e

Branch: refs/heads/master
Commit: 3ff0dc2e6900a4fea7bc4a484dcfc2b1407f41c0
Parents: 2994ad2
Author: Clebert Suconic <clebertsuco...@apache.org>
Authored: Thu Feb 22 20:44:53 2018 -0500
Committer: Clebert Suconic <clebertsuco...@apache.org>
Committed: Thu Feb 22 20:45:13 2018 -0500

----------------------------------------------------------------------
 .../artemis/tests/integration/paging/GlobalPagingTest.java     | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/3ff0dc2e/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/paging/GlobalPagingTest.java
----------------------------------------------------------------------
diff --git 
a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/paging/GlobalPagingTest.java
 
b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/paging/GlobalPagingTest.java
index 84b48ee..4c77532 100644
--- 
a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/paging/GlobalPagingTest.java
+++ 
b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/paging/GlobalPagingTest.java
@@ -36,6 +36,7 @@ import 
org.apache.activemq.artemis.core.settings.impl.AddressFullMessagePolicy;
 import org.apache.activemq.artemis.core.settings.impl.AddressSettings;
 import org.junit.Assert;
 import org.junit.Before;
+import org.junit.Ignore;
 import org.junit.Test;
 import org.junit.runner.RunWith;
 import org.junit.runners.Parameterized;
@@ -75,6 +76,11 @@ public class GlobalPagingTest extends PagingTest {
       return server;
    }
 
+   // test doesn't make sense on GlobalPaging due to configuration issues
+   @Test @Ignore @Override
+   public void testPurge() throws Exception {
+   }
+
    @Test
    public void testPagingOverFullDisk() throws Exception {
       if (storeType == StoreConfiguration.StoreType.DATABASE) return;

Reply via email to