[issue6462] bsddb3 intermittent test failures

R. David Murray report at bugs.python.org
Sat Jul 11 18:32:13 CEST 2009


New submission from R. David Murray <rdmurray at bitdance.com>:

The buildbots periodically report failures in the bsddb3 test suite. 
These are not reproducible and presumably are timing-based.  It would be
best if the tests could be made to pass consistently, to make the
buildbot output more useful.

Here is one such failure that I see on a semi-regular basis on trunk
(this happens in my own tests runs as well, also not consistently):

test_bsddb3
Berkeley DB 4.7.25: (June 30, 2009)
Test path prefix:  /tmp/z-test_bsddb3-11362
test test_bsddb3 failed -- Traceback (most recent call last):
  File "/home/rdmurray/python/trunk/Lib/bsddb/test/test_replication.py",
line 134, in test01_basic_replication
    self.assertTrue(time.time()<timeout)
AssertionError: False is not True

I will add others here as I capture examples.

----------
assignee: jcea
components: Tests
messages: 90426
nosy: jcea, r.david.murray
priority: normal
severity: normal
stage: needs patch
status: open
title: bsddb3 intermittent test failures
type: behavior
versions: Python 2.7

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


More information about the Python-bugs-list mailing list