summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2012-11-14 15:23:20 +0000
committerAlan Conway <aconway@apache.org>2012-11-14 15:23:20 +0000
commitbce4ad2c993a34d240b1166ab6321bc14b78c612 (patch)
tree0bef43c46708806732ff6a45709ebceb4a649e49
parented4928470772785baf953381e5b136418d5b4c04 (diff)
downloadqpid-python-bce4ad2c993a34d240b1166ab6321bc14b78c612.tar.gz
NO-JIRA: Suppress warning errors in ha_tests.py test_qmf_replication.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1409225 13f79535-47bb-0310-9956-ffa450edef68
-rwxr-xr-xqpid/cpp/src/tests/ha_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/ha_tests.py b/qpid/cpp/src/tests/ha_tests.py
index a7f276becb..60c68730f8 100755
--- a/qpid/cpp/src/tests/ha_tests.py
+++ b/qpid/cpp/src/tests/ha_tests.py
@@ -823,9 +823,9 @@ acl deny all all
except Empty: pass
assert(found)
try:
+ l = LogLevel(ERROR) # Hide expected WARNING log messages from failover.
verify_qmf_events("q1")
cluster[1].wait_status("ready")
- l = LogLevel(ERROR) # Hide expected WARNING log messages from failover.
cluster.kill(0)
verify_qmf_events("q2")
finally: l.restore()