diff options
| author | Alan Conway <aconway@apache.org> | 2012-05-15 21:05:46 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2012-05-15 21:05:46 +0000 |
| commit | 9d99c6c37cf265134109e60679d6c2194a3c8d08 (patch) | |
| tree | 55a27d0c61dd71ad09e16a910f01626c034af8d6 /qpid/cpp/src/tests | |
| parent | 55305747e6e7f931756bfa21460c37e350f5ea0f (diff) | |
| download | qpid-python-9d99c6c37cf265134109e60679d6c2194a3c8d08.tar.gz | |
QPID-3603: HA primary marks ReplicatingSubscription ready immediately if queue is empty.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1338890 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 15137a0c5f..b5dce0e4d7 100755 --- a/qpid/cpp/src/tests/ha_tests.py +++ b/qpid/cpp/src/tests/ha_tests.py @@ -43,7 +43,6 @@ class HaBroker(Broker): assert BrokerTest.ha_lib, "Cannot locate HA plug-in" args = copy(args) args += ["--load-module", BrokerTest.ha_lib, - "--log-enable=info+", "--log-enable=debug+:ha::", # FIXME aconway 2012-02-13: workaround slow link failover. "--link-maintenace-interval=0.1", |
