diff options
| author | Alan Conway <aconway@apache.org> | 2013-06-21 15:02:08 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2013-06-21 15:02:08 +0000 |
| commit | 8bdb080ef1f4afb1727dc3fc5f2666bdfd982107 (patch) | |
| tree | db7893cba9090fe6a3078d61bef5aa68fc2adfdc /qpid/cpp/src/tests/ha_test.py | |
| parent | 08a1ae9c049d1faf75608e9a2ef43024653e304b (diff) | |
| download | qpid-python-8bdb080ef1f4afb1727dc3fc5f2666bdfd982107.tar.gz | |
QPID-4944: HA Sporadic failure in ha_tests: tes_failover_send_receive and test_expected_backup_timeout
Very sporadic failures so difficult to verify the fix.
- Simplified Membership, centralized status change, make it atomic.
- Fix test bug in test_expected_backup_timeout: not waiting on final status check, race.
- Remove out-of-date status info from log prefixes: Guard, ReplicatingSubscription
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1495466 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/ha_test.py')
| -rwxr-xr-x | qpid/cpp/src/tests/ha_test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/ha_test.py b/qpid/cpp/src/tests/ha_test.py index f3c1d3a957..f2fc50054f 100755 --- a/qpid/cpp/src/tests/ha_test.py +++ b/qpid/cpp/src/tests/ha_test.py @@ -107,7 +107,7 @@ class HaBroker(Broker): ha_port = ha_port or HaPort(test) args = copy(args) args += ["--load-module", BrokerTest.ha_lib, - "--log-enable=trace+:ha::", # FIXME aconway 2013-06-14: debug+ + "--log-enable=debug+:ha::", # Non-standard settings for faster tests. "--link-maintenance-interval=0.1", # Heartbeat and negotiate time are needed so that a broker wont |
