From 9f381ec50bb82cc441250c6eefd8355ea14187d7 Mon Sep 17 00:00:00 2001 From: Mark Hammond Date: Thu, 18 Sep 2008 02:47:35 +0000 Subject: On Windows, temporarily disable the bsddb test referenced in bug 3892. We do yell to stderr and the bug is marked as a blocker. Reviewed by barry in #python-dev. --- Lib/bsddb/test/test_replication.py | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/Lib/bsddb/test/test_replication.py b/Lib/bsddb/test/test_replication.py index 79df974..25f03db 100644 --- a/Lib/bsddb/test/test_replication.py +++ b/Lib/bsddb/test/test_replication.py @@ -119,7 +119,19 @@ class DBReplicationManager(unittest.TestCase): timeout = time.time()+10 while (time.time()> 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()