[issue10402] sporadic test_bsddb3 failures

Antoine Pitrou report at bugs.python.org
Sat Nov 13 01:51:37 CET 2010


New submission from Antoine Pitrou <pitrou at free.fr>:

test_bsddb3 often produces the following failure under the Windows buildbots. It could probably be solved by choosing a larger timeout (time.time() on Windows is rather imprecise):

test test_bsddb3 failed -- Traceback (most recent call last):
  File "D:\cygwin\home\db3l\buildarea\2.7.bolen-windows7\build\lib\bsddb\test\test_lock.py", line 139, in test04_lock_timeout2
    self.assertTrue((end_time-start_time) >= 0.0999)
AssertionError: False is not True

----------
assignee: jcea
components: Library (Lib), Tests
keywords: buildbot
messages: 121100
nosy: jcea, pitrou
priority: normal
severity: normal
stage: needs patch
status: open
title: sporadic test_bsddb3 failures
type: behavior
versions: Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10402>
_______________________________________


More information about the Python-bugs-list mailing list