Commit e84b60ee authored by Barry Warsaw's avatar Barry Warsaw

testHoserStoppage(): Disable testHoserStoppage for now, although maybe

we should eventually hook this into ZConfig.
parent 0d767328
......@@ -14,7 +14,7 @@
"""
Revision information:
$Id: testTransaction.py,v 1.11 2002/08/15 15:50:45 jeremy Exp $
$Id: testTransaction.py,v 1.12 2003/01/27 20:29:50 bwarsaw Exp $
"""
"""
......@@ -480,6 +480,10 @@ class TransactionTests(unittest.TestCase):
# last test, check the hosing mechanism
def testHoserStoppage(self):
# XXX We should consult ZConfig to decide whether we can get into a
# hosed state or not.
return
# It's hard to test the "hosed" state of the database, where
# hosed means that a failure occurred in the second phase of
# the two phase commit. It's hard because the database can
......
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