[Zodb-checkins]
SVN: ZODB/tags/3.4.0c2/src/ZEO/tests/ConnectionTests.py
checkCrossDBInvalidations(): This is too clever. Stick a
Tim Peters
tim.one at comcast.net
Mon Jun 6 17:08:52 EDT 2005
Log message for revision 30670:
checkCrossDBInvalidations(): This is too clever. Stick a
sync() call back in to make it clearer.
Changed:
U ZODB/tags/3.4.0c2/src/ZEO/tests/ConnectionTests.py
-=-
Modified: ZODB/tags/3.4.0c2/src/ZEO/tests/ConnectionTests.py
===================================================================
--- ZODB/tags/3.4.0c2/src/ZEO/tests/ConnectionTests.py 2005-06-06 19:44:26 UTC (rev 30669)
+++ ZODB/tags/3.4.0c2/src/ZEO/tests/ConnectionTests.py 2005-06-06 21:08:52 UTC (rev 30670)
@@ -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