You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ac...@apache.org on 2012/11/14 16:23:21 UTC

svn commit: r1409225 - /qpid/trunk/qpid/cpp/src/tests/ha_tests.py

Author: aconway
Date: Wed Nov 14 15:23:20 2012
New Revision: 1409225

URL: http://svn.apache.org/viewvc?rev=1409225&view=rev
Log:
NO-JIRA: Suppress warning errors  in ha_tests.py test_qmf_replication.

Modified:
    qpid/trunk/qpid/cpp/src/tests/ha_tests.py

Modified: qpid/trunk/qpid/cpp/src/tests/ha_tests.py
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/src/tests/ha_tests.py?rev=1409225&r1=1409224&r2=1409225&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/src/tests/ha_tests.py (original)
+++ qpid/trunk/qpid/cpp/src/tests/ha_tests.py Wed Nov 14 15:23:20 2012
@@ -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()



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org