summaryrefslogtreecommitdiff
path: root/cpp/src/tests/ha_tests.py
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2012-07-13 20:48:05 +0000
committerAlan Conway <aconway@apache.org>2012-07-13 20:48:05 +0000
commit1a9c54d2d606d785123e532e1325ba29e9658371 (patch)
tree95562c7b7c6c290f9712914c15763e50486a0b67 /cpp/src/tests/ha_tests.py
parentcc0896c7b5be6e330a911246273e79b8da511c1c (diff)
downloadqpid-python-1a9c54d2d606d785123e532e1325ba29e9658371.tar.gz
QPID-4138: HA sporadic failure in ha_tests
This was another test issue: trace logging had been left on by mistake, which was slowing down the tests to the point they were hitting test time-outs. Also in this patch: Include symbolic satus in membership update log message. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1361393 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/ha_tests.py')
-rwxr-xr-xcpp/src/tests/ha_tests.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/src/tests/ha_tests.py b/cpp/src/tests/ha_tests.py
index 6f8fa344d5..0c4fd4dcc8 100755
--- a/cpp/src/tests/ha_tests.py
+++ b/cpp/src/tests/ha_tests.py
@@ -63,7 +63,6 @@ class HaBroker(Broker):
args = copy(args)
args += ["--load-module", BrokerTest.ha_lib,
"--log-enable=debug+:ha::",
- "--log-enable=trace+:ha::", # FIXME aconway 2012-07-12:
# FIXME aconway 2012-02-13: workaround slow link failover.
"--link-maintenace-interval=0.1",
"--ha-cluster=%s"%ha_cluster]