[Neo-report] r1808 gregory - /trunk/tools/matrix

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Feb 19 17:23:07 CET 2010


Author: gregory
Date: Fri Feb 19 17:23:06 2010
New Revision: 1808

Log:
Removeunused fake store monkeypatch for matrix report.

Modified:
    trunk/tools/matrix

Modified: trunk/tools/matrix
==============================================================================
--- trunk/tools/matrix [iso-8859-1] (original)
+++ trunk/tools/matrix [iso-8859-1] Fri Feb 19 17:23:06 2010
@@ -8,14 +8,11 @@
 from time import time
 
 from neo.tests.functional import NEOCluster
-from neo.client.Storage import Storage
 from ZODB.FileStorage import FileStorage
 
 def run(masters, storages, replicas, partitions, datafs, verbose):
     print "Import of %s with m=%s, s=%s, r=%s, p=%s" % (
             datafs, masters, storages, replicas, partitions)
-    def store(*args):
-        pass
     # cluster
     neo = NEOCluster(
         db_list=['test_import_%d' % i for i in xrange(storages)],
@@ -28,7 +25,6 @@
     # import
     neo_storage = neo.getZODBStorage()
     dfs_storage = FileStorage(file_name=datafs)
-    # Storage.store = store
     neo.start()
     start = time()
     try:





More information about the Neo-report mailing list