summaryrefslogtreecommitdiff
path: root/python/qpid/tests/messaging
diff options
context:
space:
mode:
authorRafael H. Schloming <rhs@apache.org>2010-04-01 21:36:56 +0000
committerRafael H. Schloming <rhs@apache.org>2010-04-01 21:36:56 +0000
commitde5ca86b1cad3f879ffea1a0af0a58c7a8560d02 (patch)
treee95d8e36cfed53f9dca8c07abbe736fa63f016b2 /python/qpid/tests/messaging
parente63d139b7f275d2271d4a5f15b9894836ab1e371 (diff)
downloadqpid-python-de5ca86b1cad3f879ffea1a0af0a58c7a8560d02.tar.gz
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
Diffstat (limited to 'python/qpid/tests/messaging')
-rw-r--r--python/qpid/tests/messaging/endpoints.py2
1 files changed, 2 insertions, 0 deletions
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)