Commit 39c61963 authored by Julien Muchembled's avatar Julien Muchembled

Remove redundant test

git-svn-id: https://svn.erp5.org/repos/neo/trunk@2805 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 92e58a9c
...@@ -137,18 +137,6 @@ class StorageTests(NEOFunctionalTest): ...@@ -137,18 +137,6 @@ class StorageTests(NEOFunctionalTest):
return replicate_count == target_count, replicate_count return replicate_count == target_count, replicate_count
self.neo.expectCondition(callback, timeout, delay) self.neo.expectCondition(callback, timeout, delay)
def testReplicationWithoutBreak(self):
""" Start a cluster with two storage, one replicas, the two databasqes
must have the same content """
# populate the cluster then check the databases
(started, _) = self.__setup(storage_number=2, replicas=1)
self.neo.expectRunning(started[0])
self.neo.expectRunning(started[1])
self.neo.expectOudatedCells(number=0)
self.__populate()
self.__checkReplicationDone()
def testNewNodesInPendingState(self): def testNewNodesInPendingState(self):
""" Check that new storage nodes are set as pending, the cluster remains """ Check that new storage nodes are set as pending, the cluster remains
running """ running """
......
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