Author: aconway
Date: Thu Jun 27 17:53:10 2013
New Revision: 1497477
URL: http://svn.apache.org/r1497477
Log:
QPID-4944: HA skip test test_failover_send_receive till fixed.
This test has been failing sporadically for some time, it is being disabled
to cut down on noise in automated builds untill the problem is fixed.
Modified:
qpid/trunk/qpid/cpp/src/tests/ha_tests.py
Modified: qpid/trunk/qpid/cpp/src/tests/ha_tests.py
URL:
http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/src/tests/ha_tests.py?rev=1497477&r1=1497476&r2=1497477&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/src/tests/ha_tests.py (original)
+++ qpid/trunk/qpid/cpp/src/tests/ha_tests.py Thu Jun 27 17:53:10 2013
@@ -927,7 +927,9 @@ class LongTests(HaBrokerTest):
if d: return float(d)*60
else: return 3 # Default is to be quick
- def test_failover_send_receive(self):
+ # FIXME aconway 2013-06-27: skip this test pending a fix for
+ # https://issues.apache.org/jira/browse/QPID-4944
+ def skip_test_failover_send_receive(self):
"""Test failover with continuous send-receive"""
brokers = HaCluster(self, 3)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]