[Zodb-checkins] CVS: ZODB3/ZEO/tests - zeoserver.py:1.9
Barry Warsaw
barry@wooz.org
Tue, 7 Jan 2003 17:27:47 -0500
Update of /cvs-repository/ZODB3/ZEO/tests
In directory cvs.zope.org:/tmp/cvs-serv30257
Modified Files:
zeoserver.py
Log Message:
Added an XXX comment about temp files that might not get cleaned up.
=== ZODB3/ZEO/tests/zeoserver.py 1.8 => 1.9 ===
--- ZODB3/ZEO/tests/zeoserver.py:1.8 Tue Jan 7 17:21:43 2003
+++ ZODB3/ZEO/tests/zeoserver.py Tue Jan 7 17:27:45 2003
@@ -119,6 +119,8 @@
# If this process doesn't exit in 60 seconds, commit suicide
time.sleep(60)
from ZEO.tests.forker import shutdown_zeo_server
+ # XXX If the -k option was given to zeoserver, then the process will
+ # go away but the temp files won't get cleaned up.
shutdown_zeo_server(self._adminaddr)