[Zodb-checkins] SVN: ZODB/trunk/src/ZEO/tests/ConnectionTests.py Merge rev 30671 from 3.4 branch.

Tim Peters tim.one at comcast.net
Mon Jun 6 17:12:58 EDT 2005


Log message for revision 30672:
  Merge rev 30671 from 3.4 branch.
  
  checkCrossDBInvalidations():  This is too clever.  Stick a
  sync() call back in to make it clearer.
  

Changed:
  U   ZODB/trunk/src/ZEO/tests/ConnectionTests.py

-=-
Modified: ZODB/trunk/src/ZEO/tests/ConnectionTests.py
===================================================================
--- ZODB/trunk/src/ZEO/tests/ConnectionTests.py	2005-06-06 21:11:59 UTC (rev 30671)
+++ ZODB/trunk/src/ZEO/tests/ConnectionTests.py	2005-06-06 21:12:58 UTC (rev 30672)
@@ -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