Commit 4c800973 authored by Vincent Pelletier's avatar Vincent Pelletier

Simplify the neo setup behing testZODB to accelerate it. Complex partition...

Simplify the neo setup behing testZODB to accelerate it. Complex partition tables should be tested in testStorage.py.


git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@1226 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 6c8f6156
......@@ -38,9 +38,9 @@ class DecoyIndependent(Persistent):
def _p_independent(self):
return 0
neo = NEOCluster(['test_neo1', 'test_neo2', 'test_neo3', 'test_neo4'],
partitions=1009, replicas=1, port_base=20000,
master_node_count=3)
neo = NEOCluster(['test_neo1'],
partitions=1, replicas=0, port_base=20000,
master_node_count=1)
class ZODBTests(unittest.TestCase):
......
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