[issue7269] Windows buildbot occasional DBFileExistsError failures in test_bsddb3
Florent Xicluna added the comment: #7691 marked duplicate of this bug. I've set the current directory read-only to track this bug. There's a single TestCase which creates the file in the current directory instead of /tmp. All other bsddb tests use either "get_new_environment_path" or "get_ne
[issue7269] Windows buildbot occasional DBFileExistsError failures in test_bsddb3
New submission from R. David Murray : The windows buildbot occasionally fails with tracebacks like this: == ERROR: test01_badpointer (bsddb.test.test_misc.MiscTestCase) ---