Fix test config

This configuration should not have a "data" folder hence should not
have persistence enabled.
This commit is contained in:
jbertram 2015-05-19 16:19:03 -05:00
parent 4b833cf5e7
commit a9f475ee47
1 changed files with 1 additions and 0 deletions

View File

@ -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);