[issue3892] bsddb: test01_basic_replication fails on Windows sometimes
Mark Hammond
report at bugs.python.org
Sat Sep 20 03:18:06 CEST 2008
Mark Hammond <mhammond at users.sourceforge.net> added the comment:
Actually, I've decided to leave it alone. The buildbots most recent
failure was:
test test_bsddb3 failed -- Traceback (most recent call last):
File
"S:\buildbots\python\trunk.nelson-windows\build\lib\bsddb\test\test_replication.py",
line 315, in test01_basic_replication
self.assertTrue(time.time()<timeout)
AssertionError
But I can't repro that - instead, I now see:
Traceback (most recent call last):
File "o:\src\python-svn\lib\bsddb\test\test_lock.py", line 127, in
test03_lock_timeout
self.assertTrue((end_time-start_time) >= 0.1)
AssertionError
So I go back to the windows buildbots and they are all green!! So any
remaining issues appear truly transient and don't seem to be restricted
to a single place. I can't think of an obvious improvement to make here.
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3892>
_______________________________________
More information about the Python-bugs-list
mailing list