This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients jcea, pitrou
Date 2010-11-13.00:51:35
SpamBayes Score 0.0006245264
Marked as misclassified No
Message-id <1289609497.28.0.489511317462.issue10402@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2010-11-13 00:51:37pitrousetrecipients: + pitrou, jcea
2010-11-13 00:51:37pitrousetmessageid: <1289609497.28.0.489511317462.issue10402@psf.upfronthosting.co.za>
2010-11-13 00:51:35pitroulinkissue10402 messages
2010-11-13 00:51:35pitroucreate