[Zodb-checkins]
SVN: ZODB/branches/3.4/src/ZEO/tests/ConnectionTests.py
checkCrossDBInvalidations(): This is too clever. Stick a
Tim Peters
tim.one at comcast.net
Mon Jun 6 17:12:00 EDT 2005
Log message for revision 30671:
checkCrossDBInvalidations(): This is too clever. Stick a
sync() call back in to make it clearer.
Changed:
U ZODB/branches/3.4/src/ZEO/tests/ConnectionTests.py
-=-
Modified: ZODB/branches/3.4/src/ZEO/tests/ConnectionTests.py
===================================================================
--- ZODB/branches/3.4/src/ZEO/tests/ConnectionTests.py 2005-06-06 21:08:52 UTC (rev 30670)
+++ ZODB/branches/3.4/src/ZEO/tests/ConnectionTests.py 2005-06-06 21:11:59 UTC (rev 30671)
@@ -655,6 +655,7 @@
# busy" machines, so we increase the sleep time on each trip, and
# are willing to wait quite a long time.
for i in range(20):
+ c1.sync()
if r1._p_state == -1:
break
time.sleep(i / 10.0)
More information about the Zodb-checkins
mailing list