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 vstinner
Recipients koobs, pitrou, serhiy.storchaka, skrah, vstinner
Date 2017-10-30.17:37:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1509385066.48.0.213398074469.issue31629@psf.upfronthosting.co.za>
In-reply-to
Content
test_many_processes() was added by bpo-30589. Antoine Pitrou commented:

"In the end, I'm glad I added a stress test (test_many_processes) as part of this issue.".

I confirm that test_multiprocessing_fork fails with "./python -m test -vuall" on FreeBSD CURRENT (I tested on Koobs's buildbot worker). I'm currently trying to bisect the issue. It's not easy since test_curses does randomly crash and running +200 tests sequentially is slow.
History
Date User Action Args
2017-10-30 17:37:46vstinnersetrecipients: + vstinner, pitrou, skrah, serhiy.storchaka, koobs
2017-10-30 17:37:46vstinnersetmessageid: <1509385066.48.0.213398074469.issue31629@psf.upfronthosting.co.za>
2017-10-30 17:37:46vstinnerlinkissue31629 messages
2017-10-30 17:37:46vstinnercreate