Commit fcff26db authored by Julien Muchembled's avatar Julien Muchembled

Use several partitions in functional client tests

This is more realistic than testing with a single partition, in particular when
there are more storage nodes that copies.
parent 1d11287f
...@@ -70,6 +70,7 @@ class ClientTests(NEOFunctionalTest): ...@@ -70,6 +70,7 @@ class ClientTests(NEOFunctionalTest):
NEOFunctionalTest.setUp(self) NEOFunctionalTest.setUp(self)
self.neo = NEOCluster( self.neo = NEOCluster(
['test_neo1', 'test_neo2', 'test_neo3', 'test_neo4'], ['test_neo1', 'test_neo2', 'test_neo3', 'test_neo4'],
partitions=3,
replicas=2, replicas=2,
master_count=1, master_count=1,
temp_dir=self.getTempDirectory() temp_dir=self.getTempDirectory()
......
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