From ca020bb7a76ad045e3165eeaa76845669fe5c4a8 Mon Sep 17 00:00:00 2001 From: "R. David Murray" Date: Sat, 14 Nov 2009 17:43:16 +0000 Subject: Turn the bsddb replication startup timeout test into a warning, to improve buildbot stability. --- Lib/bsddb/test/test_replication.py | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Lib/bsddb/test/test_replication.py b/Lib/bsddb/test/test_replication.py index 8e8309b..b3775c7 100644 --- a/Lib/bsddb/test/test_replication.py +++ b/Lib/bsddb/test/test_replication.py @@ -130,8 +130,13 @@ class DBReplicationManager(unittest.TestCase): print >> sys.stderr, \ "XXX - windows bsddb replication fails on windows and is skipped" print >> sys.stderr, "XXX - Please see issue #3892" - else: - self.assertTrue(time.time()timeout: + print >> sys.stderr, \ + "XXX - timeout before startup confirmed, see issue #3892." d = self.dbenvMaster.repmgr_site_list() self.assertEquals(len(d), 1) -- cgit v0.12