[Neo-report] r2805 jm - /trunk/neo/tests/functional/testStorage.py

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Aug 25 16:58:23 CEST 2011


Author: jm
Date: Thu Aug 25 16:58:23 2011
New Revision: 2805

Log:
Remove redundant test

Modified:
    trunk/neo/tests/functional/testStorage.py

Modified: trunk/neo/tests/functional/testStorage.py
==============================================================================
--- trunk/neo/tests/functional/testStorage.py [iso-8859-1] (original)
+++ trunk/neo/tests/functional/testStorage.py [iso-8859-1] Thu Aug 25 16:58:23 2011
@@ -137,18 +137,6 @@ class StorageTests(NEOFunctionalTest):
             return replicate_count == target_count, replicate_count
         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):
         """ Check that new storage nodes are set as pending, the cluster remains
         running """




More information about the Neo-report mailing list