Commit 19f15f09 authored by Guido van Rossum's avatar Guido van Rossum

Disable the test checkMultiStorageTransaction. This is currently

being hashed out on the ZODB3-deadlock-debug-branch, so there's no
need to let the trunk test suite keep failing.
parent 8837ccef
......@@ -519,10 +519,10 @@ class ConnectionTests(StorageTestBase):
# transaction. This is not really a connection test, but it needs
# about the same infrastructure (several storage servers).
# XXX WARNING: with the current ZEO code, this occasionally hangs.
# XXX WARNING: with the current ZEO code, this occasionally fails.
# That's the point of this test. :-)
def checkMultiStorageTransaction(self):
def NOcheckMultiStorageTransaction(self):
# Configuration parameters (larger values mean more likely deadlocks)
N = 2
# These don't *have* to be all the same, but it's convenient this way
......
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