Commit 472fcada authored by Jeremy Hylton's avatar Jeremy Hylton

Add XXX comment

parent b66484c3
......@@ -28,6 +28,9 @@ def check_server(addr, storage):
# ClientStorage doesn't get fully initialized until registerDB()
# is called. The only thing we care about, though, is that
# registerDB() calls _startup().
# XXX Is connecting a DB with wait_for_server_on_startup=0 a
# sufficient test for upness?
db = ZODB.DB(cs)
db.close()
......
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