Repository: qpid-dispatch Updated Branches: refs/heads/master d38977c9e -> 8783d5e22
DISPATCH-340 - Additional fix to allow time for the routers to be able to communicate with each other Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/8783d5e2 Tree: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/tree/8783d5e2 Diff: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/diff/8783d5e2 Branch: refs/heads/master Commit: 8783d5e22b0a9bf29728c03e8c3204a4db18d4e9 Parents: d38977c Author: Ganesh Murthy <[email protected]> Authored: Tue May 24 16:15:24 2016 -0400 Committer: Ganesh Murthy <[email protected]> Committed: Tue May 24 16:15:24 2016 -0400 ---------------------------------------------------------------------- tests/system_tests_sasl_plain.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/8783d5e2/tests/system_tests_sasl_plain.py ---------------------------------------------------------------------- diff --git a/tests/system_tests_sasl_plain.py b/tests/system_tests_sasl_plain.py index 2565635..bfde8cc 100644 --- a/tests/system_tests_sasl_plain.py +++ b/tests/system_tests_sasl_plain.py @@ -368,7 +368,7 @@ class RouterTestVerifyHostNameNo(RouterTestPlainSaslCommon): cls.routers[0].wait_ports() cls.routers[1].wait_ports() - cls.routers[1].wait_connectors(timeout=10) + cls.routers[1].wait_router_connected('QDR.X') def test_inter_router_plain_over_ssl_exists(self): """ @@ -378,7 +378,7 @@ class RouterTestVerifyHostNameNo(RouterTestPlainSaslCommon): results = local_node.query(type='org.apache.qpid.dispatch.connection').results - self.assertEqual(3, len(results)) + self.assertEqual(4, len(results)) search = "QDR.X" found = False --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
