Commit 32e875b1 authored by Vincent Pelletier's avatar Vincent Pelletier

Forward "close" calls to app.

Fixes thread flood in ZODB tests (at least).

git-svn-id: https://svn.erp5.org/repos/neo/trunk@2386 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 43258182
......@@ -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()
......
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