Fix test config
This configuration should not have a "data" folder hence should not have persistence enabled.
This commit is contained in:
parent
4b833cf5e7
commit
a9f475ee47
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue