Author: aconway
Date: Wed Nov 14 16:04:14 2012
New Revision: 1409242

URL: http://svn.apache.org/viewvc?rev=1409242&view=rev
Log:
NO-JIRA: avoid un-necessary warnings 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=1409242&r1=1409241&r2=1409242&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/src/tests/ha_tests.py (original)
+++ qpid/trunk/qpid/cpp/src/tests/ha_tests.py Wed Nov 14 16:04:14 2012
@@ -810,6 +810,7 @@ acl deny all all
     def test_qmf_replication(self):
         """QPID-4401: Verify that QMF built-in exchanges have default 
replication"""
         cluster = HaCluster(self, 2)
+        cluster[0].wait_status("active")
         sn = cluster.connect(0).session()
         events = 
sn.receiver("events;{create:always,node:{x-bindings:[{exchange:'qmf.default.topic',queue:'events',key:'agent.ind.event.org_apache_qpid_broker.#'}]}}")
         def verify_qmf_events(qname):



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to