Commit f66e1f6c authored by Jim Fulton's avatar Jim Fulton

Merge branch 'fix22' of github.com:zopefoundation/ZEO into fix22

parents 8e715a86 ec718f5a
......@@ -609,6 +609,10 @@ class InvqTests(CommonSetupTearDown):
revid2 = self._dostore(oid2)
revid2 = self._dostore(oid2, revid2)
forker.wait_until(
lambda :
perstorage.lastTransaction() == self._storage.lastTransaction())
perstorage.load(oid, '')
perstorage.close()
......
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