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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to