[Zodb-checkins] CVS: ZODB3/ZEO/tests - ConnectionTests.py:1.8

Guido van Rossum guido@python.org
Mon, 4 Nov 2002 14:22:54 -0500


Update of /cvs-repository/ZODB3/ZEO/tests
In directory cvs.zope.org:/tmp/cvs-serv32623

Modified Files:
	ConnectionTests.py 
Log Message:
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.


=== ZODB3/ZEO/tests/ConnectionTests.py 1.7 => 1.8 ===
--- ZODB3/ZEO/tests/ConnectionTests.py:1.7	Thu Oct 31 10:19:24 2002
+++ ZODB3/ZEO/tests/ConnectionTests.py	Mon Nov  4 14:22:54 2002
@@ -519,10 +519,10 @@
     # 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