[issue1397] mysteriously failing test_bsddb3 threading test in other threads

2010-09-04 Thread Florent Xicluna
Changes by Florent Xicluna florent.xicl...@gmail.com: -- status: pending - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1397 ___ ___

[issue1397] mysteriously failing test_bsddb3 threading test in other threads

2010-08-22 Thread Guido van Rossum
Changes by Guido van Rossum gu...@python.org: -- status: open - pending ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1397 ___ ___

[issue1397] mysteriously failing test_bsddb3 threading test in other threads

2010-08-22 Thread Florent Xicluna
Florent Xicluna florent.xicl...@gmail.com added the comment: This issue is no longer reported since pybsddb 4.8.4 integration. Issue #8156, revision 79285. -- nosy: +flox resolution: - out of date status: open - pending ___ Python tracker

[issue1397] mysteriously failing test_bsddb3 threading test in other threads

2010-08-22 Thread Guido van Rossum
Changes by Guido van Rossum gu...@python.org: -- nosy: -gvanrossum status: pending - open ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1397 ___

[issue1397] mysteriously failing test_bsddb3 threading test in other threads

2010-05-11 Thread Terry J. Reedy
Changes by Terry J. Reedy tjre...@udel.edu: -- versions: +Python 2.7, Python 3.1, Python 3.2 -Python 3.0 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1397 ___

[issue1397] mysteriously failing test_bsddb3 threading test in other threads

2010-05-11 Thread Gregory P. Smith
Gregory P. Smith g...@krypto.org added the comment: bsddb3 isn't in py3k. -- priority: high - normal versions: -Python 2.5, Python 3.1, Python 3.2 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1397

[issue1397] mysteriously failing test_bsddb3 threading test in other threads

2008-08-16 Thread Antoine Pitrou
Antoine Pitrou [EMAIL PROTECTED] added the comment: This still happens regularly on buildbots. Just today: http://www.python.org/dev/buildbot/3.0.stable/amd64%20gentoo%203.0/builds/925/step-test/0 The bsddb tests must be fixed so that exception raised in other threads (especially when produced

[issue1397] mysteriously failing test_bsddb3 threading test in other threads

2008-08-16 Thread Gregory P. Smith
Gregory P. Smith [EMAIL PROTECTED] added the comment: agreed, that should be made to cause the test to fail. a failureException method that sets a flag that the main thread will detect and fail on when exiting should do the trick. side note: ...sadly that failure appears to be a test issue,

[issue1397] mysteriously failing test_bsddb3 threading test in other threads

2008-05-17 Thread Gregory P. Smith
Gregory P. Smith [EMAIL PROTECTED] added the comment: does this still apply to the current test suite Jesus? -- assignee: gregory.p.smith - jcea __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1397 __

[issue1397] mysteriously failing test_bsddb3 threading test in other threads

2008-03-17 Thread Gregory P. Smith
Gregory P. Smith [EMAIL PROTECTED] added the comment: I updated the subject to better reflect what this is. My guess is that the test code itself has issues and is asserting something that isn't quite guaranteed to be true. -- title: py3k-pep3137: failing unit test test_bsddb -