Commit 3c94b6ef authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent c14872b1
......@@ -799,6 +799,7 @@ class _ZBigFileH(object):
self.zfile._p_jar.onCloseCallback(self.on_connection_close)
# XXX resync wconn/wcfileh ?
# XXX -> yes, but wconn is 1-1 to zconn, not per fileh
# attach us to Connection's transaction manager:
#
......
......@@ -263,7 +263,6 @@ class TestDB_ZEO(TestDB_Base):
port = self.zeo_forker.get_port()
zconf = self.zeo_forker.ZEOConfig(('', port))
# XXX path - on tmpfs
_ = self.zeo_forker.start_zeo_server(path='%s/1.fs' % self.tmpd, zeo_conf=zconf, port=port)
if self.z5:
self.addr, self.stop = _
......
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