You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cl...@apache.org on 2017/07/13 17:25:56 UTC

activemq-artemis git commit: NO-JIRA Cleanup on testsuite

Repository: activemq-artemis
Updated Branches:
  refs/heads/master 713774361 -> cc6ca36c5


NO-JIRA Cleanup on testsuite


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

Branch: refs/heads/master
Commit: cc6ca36c513b5ab6998bde355b121018725a6d06
Parents: 7137743
Author: Clebert Suconic <cl...@apache.org>
Authored: Thu Jul 13 13:25:18 2017 -0400
Committer: Clebert Suconic <cl...@apache.org>
Committed: Thu Jul 13 13:25:50 2017 -0400

----------------------------------------------------------------------
 .../activemq/artemis/tests/integration/plugin/CorePluginTest.java   | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/cc6ca36c/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/plugin/CorePluginTest.java
----------------------------------------------------------------------
diff --git a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/plugin/CorePluginTest.java b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/plugin/CorePluginTest.java
index 52a7798..900d618 100644
--- a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/plugin/CorePluginTest.java
+++ b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/plugin/CorePluginTest.java
@@ -82,6 +82,7 @@ public class CorePluginTest extends JMSTestBase {
    protected Configuration createDefaultConfig(boolean netty) throws Exception {
       Configuration config = super.createDefaultConfig(netty);
       config.registerBrokerPlugin(verifier);
+      config.setMessageExpiryScanPeriod(0); // disable expiry scan so it's alwyas through delivery
       return config;
    }