[Zodb-checkins] SVN: ZODB/trunk/src/ZEO/tests/zeo-fan-out.test Got
rid of lame wait code since this is handled by the setup code.
Jim Fulton
jim at zope.com
Sat May 12 10:20:42 EDT 2007
Log message for revision 75704:
Got rid of lame wait code since this is handled by the setup code.
Changed:
U ZODB/trunk/src/ZEO/tests/zeo-fan-out.test
-=-
Modified: ZODB/trunk/src/ZEO/tests/zeo-fan-out.test
===================================================================
--- ZODB/trunk/src/ZEO/tests/zeo-fan-out.test 2007-05-12 14:19:08 UTC (rev 75703)
+++ ZODB/trunk/src/ZEO/tests/zeo-fan-out.test 2007-05-12 14:20:41 UTC (rev 75704)
@@ -139,14 +139,6 @@
>>> db1.close()
>>> db2.close()
- >>> ZEO.tests.forker.shutdown_zeo_server(adminaddr0)
- >>> ZEO.tests.forker.shutdown_zeo_server(adminaddr1)
>>> ZEO.tests.forker.shutdown_zeo_server(adminaddr2)
-
-Wait for processed to stop on windows, since we can't remove the test
-dir until they do. :(
-
- >>> import sys
- >>> if sys.platform == 'win32':
- ... import time
- ... time.sleep(10)
+ >>> ZEO.tests.forker.shutdown_zeo_server(adminaddr1)
+ >>> ZEO.tests.forker.shutdown_zeo_server(adminaddr0)
More information about the Zodb-checkins
mailing list