You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by an...@apache.org on 2015/05/20 11:47:17 UTC

[12/13] activemq-artemis git commit: Fix test config

Fix test config

This configuration should not have a "data" folder hence should not
have persistence enabled.


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

Branch: refs/heads/master
Commit: a9f475ee47b3611fc466c2a80ae9323b22540750
Parents: 4b833cf
Author: jbertram <jb...@apache.org>
Authored: Tue May 19 16:19:03 2015 -0500
Committer: jbertram <jb...@apache.org>
Committed: Tue May 19 16:19:03 2015 -0500

----------------------------------------------------------------------
 .../org/apache/activemq/artemis/tests/util/ServiceTestBase.java     | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/a9f475ee/artemis-server/src/test/java/org/apache/activemq/artemis/tests/util/ServiceTestBase.java
----------------------------------------------------------------------
diff --git a/artemis-server/src/test/java/org/apache/activemq/artemis/tests/util/ServiceTestBase.java b/artemis-server/src/test/java/org/apache/activemq/artemis/tests/util/ServiceTestBase.java
index a77298b..baeae3c 100644
--- a/artemis-server/src/test/java/org/apache/activemq/artemis/tests/util/ServiceTestBase.java
+++ b/artemis-server/src/test/java/org/apache/activemq/artemis/tests/util/ServiceTestBase.java
@@ -516,6 +516,7 @@ public abstract class ServiceTestBase extends Assert
       ConfigurationImpl configuration = new ConfigurationImpl()
               .setSecurityEnabled(false)
               .setJournalType(getDefaultJournalType())
+              .setPersistenceEnabled(false)
               .setJournalCompactMinFiles(0)
               .setJournalCompactPercentage(0)
               .setClusterPassword(CLUSTER_PASSWORD);