Commit d179cabb authored by Guido van Rossum's avatar Guido van Rossum

Add an XXX comment that this is broken. (The signature of

start_zeo_server() has changed dramatically.)
parent f518c990
......@@ -12,6 +12,7 @@
#
##############################################################################
"""A multi-client test of the ZEO storage server"""
# XXX This code is currently broken.
import ZODB, ZODB.DB, ZODB.FileStorage, ZODB.POSException
import Persistence
......
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment