From 9d99c6c37cf265134109e60679d6c2194a3c8d08 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Tue, 15 May 2012 21:05:46 +0000 Subject: 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 --- qpid/cpp/src/tests/ha_tests.py | 1 - 1 file changed, 1 deletion(-) (limited to 'qpid/cpp/src/tests') 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", -- cgit v1.2.1