diff options
| author | Alan Conway <aconway@apache.org> | 2012-11-14 15:23:20 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2012-11-14 15:23:20 +0000 |
| commit | e888b91511eb914df7bb1bcb9a583106454960ea (patch) | |
| tree | 8b57b42e9a5dc30e60b84f1fa29caf538253bb86 /cpp | |
| parent | b04ec6634df30a184a8c94c8d346f539df3c2b66 (diff) | |
| download | qpid-python-e888b91511eb914df7bb1bcb9a583106454960ea.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/qpid@1409225 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
| -rwxr-xr-x | cpp/src/tests/ha_tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/tests/ha_tests.py b/cpp/src/tests/ha_tests.py index a7f276becb..60c68730f8 100755 --- a/cpp/src/tests/ha_tests.py +++ b/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() |
