diff options
| author | Alan Conway <aconway@apache.org> | 2012-11-14 16:04:14 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2012-11-14 16:04:14 +0000 |
| commit | 8dd9f6c659d3a4cf31ef336dcccff819b8223d1b (patch) | |
| tree | f4611e9a34ecf107003cd69a4f4b9f15ce9641c4 /qpid/cpp/src | |
| parent | 3b9fdc8e68cb42e6ebfa75f3dc756fd54369f735 (diff) | |
| download | qpid-python-8dd9f6c659d3a4cf31ef336dcccff819b8223d1b.tar.gz | |
NO-JIRA: avoid un-necessary warnings in ha_tests.py test_qmf_replication.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1409242 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src')
| -rwxr-xr-x | qpid/cpp/src/tests/ha_tests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/cpp/src/tests/ha_tests.py b/qpid/cpp/src/tests/ha_tests.py index d25e68b29c..e1822cd250 100755 --- a/qpid/cpp/src/tests/ha_tests.py +++ b/qpid/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): |
