Skip to content

Commit

Permalink
Merge branch 'fix22' of github.com:zopefoundation/ZEO into fix22
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Fulton committed Jun 8, 2016
2 parents 8e715a8 + ec718f5 commit f66e1f6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/ZEO/tests/ConnectionTests.py
Original file line number Diff line number Diff line change
Expand Up @@ -609,6 +609,10 @@ def checkQuickVerificationWith2Clients(self):
revid2 = self._dostore(oid2)
revid2 = self._dostore(oid2, revid2)

forker.wait_until(
lambda :
perstorage.lastTransaction() == self._storage.lastTransaction())

perstorage.load(oid, '')
perstorage.close()

Expand Down

0 comments on commit f66e1f6

Please sign in to comment.