diff options
Diffstat (limited to 'qpid/cpp/src')
| -rwxr-xr-x | qpid/cpp/src/tests/ha_tests.py | 2 |
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() |
