[New-bugs-announce] [issue7269] Windows buildbot occasional DBFileExistsError failures in test_bsddb3

R. David Murray report at bugs.python.org
Fri Nov 6 03:58:52 CET 2009


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

The windows buildbot occasionally fails with tracebacks like this:

======================================================================
ERROR: test01_badpointer (bsddb.test.test_misc.MiscTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"E:\cygwin\home\db3l\buildarea\2.6.bolen-windows\build\lib\bsddb\test\test_misc.py",
line 21, in test01_badpointer
    dbs = dbshelve.open(self.filename)
  File
"E:\cygwin\home\db3l\buildarea\2.6.bolen-windows\build\lib\bsddb\dbshelve.py",
line 106, in open
    d.open(filename, dbname, filetype, flags, mode)
  File
"E:\cygwin\home\db3l\buildarea\2.6.bolen-windows\build\lib\bsddb\dbshelve.py",
line 171, in open
    self.db.open(*args, **kwargs)
DBFileExistsError: (17, 'File exists -- __fop_file_setup:  Retry limit
(100) exceeded')

This also happens for several of the other test methods.

----------
assignee: jcea
components: Library (Lib), Tests
keywords: buildbot
messages: 94962
nosy: jcea, r.david.murray
priority: normal
severity: normal
stage: needs patch
status: open
title: Windows buildbot occasional DBFileExistsError failures in test_bsddb3
type: behavior
versions: Python 2.6, Python 2.7

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


More information about the New-bugs-announce mailing list