Commit 10a53cf7 authored by Vincent Pelletier's avatar Vincent Pelletier

No need to actually start cluster when there are only masters.

parent 749706bb
...@@ -29,7 +29,7 @@ class MasterTests(NEOFunctionalTest): ...@@ -29,7 +29,7 @@ class MasterTests(NEOFunctionalTest):
self.neo = NEOCluster([], master_count=MASTER_NODE_COUNT, self.neo = NEOCluster([], master_count=MASTER_NODE_COUNT,
temp_dir=self.getTempDirectory()) temp_dir=self.getTempDirectory())
self.neo.stop() self.neo.stop()
self.neo.start() self.neo.run()
self.storage = self.neo.getZODBStorage() self.storage = self.neo.getZODBStorage()
self.neoctl = self.neo.getNEOCTL() self.neoctl = self.neo.getNEOCTL()
......
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