[Zope-Checkins] CVS: ZODB3/ZEO/tests - zeoserver.py:1.19.4.3
Jeremy Hylton
jeremy at zope.com
Wed Sep 10 14:03:18 EDT 2003
Update of /cvs-repository/ZODB3/ZEO/tests
In directory cvs.zope.org:/tmp/cvs-serv17637
Modified Files:
Tag: ZODB3-3_2-branch
zeoserver.py
Log Message:
Add a log message that makes clear what is happening.
=== ZODB3/ZEO/tests/zeoserver.py 1.19.4.2 => 1.19.4.3 ===
--- ZODB3/ZEO/tests/zeoserver.py:1.19.4.2 Wed Sep 10 13:01:02 2003
+++ ZODB3/ZEO/tests/zeoserver.py Wed Sep 10 13:03:17 2003
@@ -124,6 +124,7 @@
def run(self):
# If this process doesn't exit in 300 seconds, commit suicide
time.sleep(300)
+ log("zeoserver", "suicide thread invoking shutdown")
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.
More information about the Zope-Checkins
mailing list