[Zodb-checkins] SVN: ZODB/trunk/src/ZEO/tests/ConnectionTests.py Wait for it ...

Jim Fulton jim at zope.com
Sun Jul 11 11:17:02 EDT 2010


Log message for revision 114603:
  Wait for it ...
  

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

-=-
Modified: ZODB/trunk/src/ZEO/tests/ConnectionTests.py
===================================================================
--- ZODB/trunk/src/ZEO/tests/ConnectionTests.py	2010-07-11 15:17:00 UTC (rev 114602)
+++ ZODB/trunk/src/ZEO/tests/ConnectionTests.py	2010-07-11 15:17:01 UTC (rev 114603)
@@ -937,6 +937,7 @@
         self.shutdownServer()
         logging.info("checkReconnection(): About to restart server")
         self.startServer(create=0)
+        forker.wait_until('reconnect', self._storage.is_connected)
         oid = self._storage.new_oid()
         obj = MinPO(12)
         while 1:



More information about the Zodb-checkins mailing list