diff options
| author | Alan Conway <aconway@apache.org> | 2012-07-13 20:48:05 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2012-07-13 20:48:05 +0000 |
| commit | 989ef55b8a7a81fc921859ce8e7f2ddde1dbe7f1 (patch) | |
| tree | f85d56339212144b3097dc951c8632b8eb88dc88 /qpid/cpp/src/tests | |
| parent | 6c6e8c97a0c1c058188a9f1bcc8744842d93b8e2 (diff) | |
| download | qpid-python-989ef55b8a7a81fc921859ce8e7f2ddde1dbe7f1.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@1361393 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests')
| -rwxr-xr-x | qpid/cpp/src/tests/ha_tests.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/ha_tests.py b/qpid/cpp/src/tests/ha_tests.py index 6f8fa344d5..0c4fd4dcc8 100755 --- a/qpid/cpp/src/tests/ha_tests.py +++ b/qpid/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] |
