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 @@ ...@@ -12,6 +12,7 @@
# #
############################################################################## ##############################################################################
"""A multi-client test of the ZEO storage server""" """A multi-client test of the ZEO storage server"""
# XXX This code is currently broken.
import ZODB, ZODB.DB, ZODB.FileStorage, ZODB.POSException import ZODB, ZODB.DB, ZODB.FileStorage, ZODB.POSException
import Persistence import Persistence
......
...@@ -16,6 +16,8 @@ ...@@ -16,6 +16,8 @@
The stress test should run in an infinite loop and should involve The stress test should run in an infinite loop and should involve
multiple connections. multiple connections.
""" """
# XXX This code is currently broken.
from __future__ import nested_scopes from __future__ import nested_scopes
import ZODB 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