From 55cd280331f4aaa071b43e99343ab395164397a7 Mon Sep 17 00:00:00 2001 From: "Rafael H. Schloming" Date: Thu, 1 Apr 2010 21:36:56 +0000 Subject: added option to disable reconnect logging; fixed reconnect test to not loop forever if no broker is running; backups -> reconnect_hosts git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@930105 13f79535-47bb-0310-9956-ffa450edef68 --- python/qpid/tests/messaging/endpoints.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'python/qpid/tests') diff --git a/python/qpid/tests/messaging/endpoints.py b/python/qpid/tests/messaging/endpoints.py index a849957374..a6c7046d01 100644 --- a/python/qpid/tests/messaging/endpoints.py +++ b/python/qpid/tests/messaging/endpoints.py @@ -116,6 +116,8 @@ class SetupTests(Base): options["reconnect"] = True options["reconnect_interval"] = 0 + options["reconnect_limit"] = 100 + options["reconnect_log"] = False options["transport"] = "flaky" self.conn = Connection.open(self.broker.host, self.broker.port, **options) -- cgit v1.2.1