[issue20094] intermitent failures with test_dbm

2017-01-09 Thread Anthony Sottile
Anthony Sottile added the comment: That doesn't seem to be the problem though, that occurs in both the successful and failure case -- ___ Python tracker

[issue20094] intermitent failures with test_dbm

2017-01-09 Thread Anthony Sottile
Anthony Sottile added the comment: Stepping through the code, it seems under ndbm it is creating a file with a '.db' extension: ``` (Pdb) list 47 'g': b'intended', 48 } 49 50 def init_db(self): 51 import pdb; pdb.set_trace() 52

[issue20094] intermitent failures with test_dbm

2017-01-09 Thread Anthony Sottile
Anthony Sottile added the comment: I'm seeing this same failure in python3.5 on 16.04 about 20% of the time: ``` $ python3.5 -m test -v test_dbm == CPython 3.5.2 (default, Nov 17 2016, 17:05:23) [GCC 5.4.0 20160609] == Linux-4.4.0-57-generic-x86_64-with-Ubuntu-16.04-xenial little-endian ==

[issue20094] intermitent failures with test_dbm

2014-04-30 Thread Jesús Cea Avión
Jesús Cea Avión added the comment: I can't reproduce on Linux 12.04. I tried the test a thousand times. Ethan, what is your build environment? -- nosy: +jcea ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20094

[issue20094] intermitent failures with test_dbm

2014-04-30 Thread Ethan Furman
Ethan Furman added the comment: Actually, I haven't had this issue in quite a while now, so closing. Thanks for taking a look at it, Jesús. -- status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20094

[issue20094] intermitent failures with test_dbm

2013-12-29 Thread Ethan Furman
New submission from Ethan Furman: Following errors occur about half the time: == ERROR: test_anydbm_creation (test.test_dbm.TestCase-dbm.ndbm) -- Traceback

[issue20094] intermitent failures with test_dbm

2013-12-29 Thread Ethan Furman
Ethan Furman added the comment: Actually, make that about 1/5 of the time. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20094 ___ ___