Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Python: Bugs

[issue7269] Windows buildbot occasional DBFileExistsError failures in test_bsddb3

 

 

Python bugs RSS feed   Index | Next | Previous | View Threaded


report at bugs

Nov 5, 2009, 6:58 PM

Post #1 of 2 (35 views)
Permalink
[issue7269] Windows buildbot occasional DBFileExistsError failures in test_bsddb3

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>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com


report at bugs

Nov 6, 2009, 6:17 AM

Post #2 of 2 (28 views)
Permalink
[issue7269] Windows buildbot occasional DBFileExistsError failures in test_bsddb3 [In reply to]

Amaury Forgeot d'Arc <amauryfa[at]gmail.com> added the comment:

Unless I am mistaken, self.filename has no path, and files are created
in the current directory...

----------
nosy: +amaury.forgeotdarc

_______________________________________
Python tracker <report[at]bugs.python.org>
<http://bugs.python.org/issue7269>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com

Python bugs RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact lists@gossamer-threads.com
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.