SVN: ZODB/trunk/src/ZEO/tests/ConnectionTests.py Wait for it ...
Jim Fulton <[email protected]>
| Newsgroups | gmane.comp.python.zope.zodb.cvs |
|---|---|
| Message-ID | <[email protected]> |
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: