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 r.david.murray
Recipients jcea, r.david.murray
Date 2009-11-06.02:58:50
SpamBayes Score 1.9345814e-09
Marked as misclassified No
Message-id <1257476332.86.0.346139621294.issue7269@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2009-11-06 02:58:52r.david.murraysetrecipients: + r.david.murray, jcea
2009-11-06 02:58:52r.david.murraysetmessageid: <1257476332.86.0.346139621294.issue7269@psf.upfronthosting.co.za>
2009-11-06 02:58:51r.david.murraylinkissue7269 messages
2009-11-06 02:58:50r.david.murraycreate