[Zodb-checkins] CVS: ZODB3/ZEO/tests - stress.py:1.8
Guido van Rossum
guido@python.org
Thu, 26 Sep 2002 11:24:09 -0400
Update of /cvs-repository/ZODB3/ZEO/tests
In directory cvs.zope.org:/tmp/cvs-serv3427
Modified Files:
stress.py
Log Message:
Add an XXX comment that this is broken. (The signature of
start_zeo_server() has changed dramatically.)
=== ZODB3/ZEO/tests/stress.py 1.7 => 1.8 ===
--- ZODB3/ZEO/tests/stress.py:1.7 Thu Aug 29 12:32:51 2002
+++ ZODB3/ZEO/tests/stress.py Thu Sep 26 11:24:08 2002
@@ -16,6 +16,8 @@
The stress test should run in an infinite loop and should involve
multiple connections.
"""
+# XXX This code is currently broken.
+
from __future__ import nested_scopes
import ZODB