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 pitrou
Recipients christian.heimes, gregory.p.smith, gvanrossum, jcea, pitrou
Date 2008-08-16.22:42:14
SpamBayes Score 0.010726467
Marked as misclassified No
Message-id <1218926537.27.0.647828658465.issue1397@psf.upfronthosting.co.za>
In-reply-to
Content
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 by assert* methods) cause the test to fail.
The exceptions do indicate a failure, which should be corrected rather
than ignored.
History
Date User Action Args
2008-08-16 22:42:17pitrousetrecipients: + pitrou, gvanrossum, gregory.p.smith, jcea, christian.heimes
2008-08-16 22:42:17pitrousetmessageid: <1218926537.27.0.647828658465.issue1397@psf.upfronthosting.co.za>
2008-08-16 22:42:16pitroulinkissue1397 messages
2008-08-16 22:42:14pitroucreate