From 8caf21322ffda90a9b2b040b0dad09b5bc21c14d Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Wed, 14 Nov 2012 16:04:14 +0000 Subject: NO-JIRA: avoid un-necessary warnings in ha_tests.py test_qmf_replication. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1409242 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/tests/ha_tests.py | 1 + 1 file changed, 1 insertion(+) (limited to 'cpp') diff --git a/cpp/src/tests/ha_tests.py b/cpp/src/tests/ha_tests.py index d25e68b29c..e1822cd250 100755 --- a/cpp/src/tests/ha_tests.py +++ b/cpp/src/tests/ha_tests.py @@ -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): -- cgit v1.2.1