[Neo-report] r2386 vincent - /trunk/neo/client/Storage.py

nobody at svn.erp5.org nobody at svn.erp5.org
Sat Oct 30 14:56:09 CEST 2010


Author: vincent
Date: Sat Oct 30 14:56:09 2010
New Revision: 2386

Log:
Forward "close" calls to app.

Fixes thread flood in ZODB tests (at least).

Modified:
    trunk/neo/client/Storage.py

Modified: trunk/neo/client/Storage.py
==============================================================================
--- trunk/neo/client/Storage.py [iso-8859-1] (original)
+++ trunk/neo/client/Storage.py [iso-8859-1] Sat Oct 30 14:56:09 2010
@@ -190,10 +190,7 @@ class Storage(BaseStorage.BaseStorage,
         pass
 
     def close(self):
-        # The purpose of this method is unclear, the NEO implementation may
-        # stop the client node or ask the primary master to shutdown/freeze the
-        # cluster. For now make this a no-op.
-        pass
+        self.app.close()
 
     def invalidationBarrier(self):
         self.app.invalidationBarrier()





More information about the Neo-report mailing list