Commit 5fc18f1f authored by Julien Muchembled's avatar Julien Muchembled

tests: fix temporary directory used in testClusterStartup

parent cae33a4f
...@@ -35,7 +35,7 @@ class ClusterTests(NEOFunctionalTest): ...@@ -35,7 +35,7 @@ class ClusterTests(NEOFunctionalTest):
def testClusterStartup(self): def testClusterStartup(self):
neo = NEOCluster(['test_neo1', 'test_neo2'], replicas=1, neo = NEOCluster(['test_neo1', 'test_neo2'], replicas=1,
adapter='MySQL') adapter='MySQL', temp_dir=self.getTempDirectory())
neoctl = neo.getNEOCTL() neoctl = neo.getNEOCTL()
neo.run() neo.run()
# Runing a new cluster doesn't exit Recovery state. # Runing a new cluster doesn't exit Recovery state.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment