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 twouters
Recipients llllllllll, nadeem.vawda, pitrou, serhiy.storchaka, steve.dower, twouters
Date 2015-04-24.13:15:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1429881325.22.0.673791550886.issue5438@psf.upfronthosting.co.za>
In-reply-to
Content
Rewriting the tests shouldn't block this specific issue, no. Also, don't use multiprocessing for it. I would just use subprocess to start a separate process (which might after all be OOM-killed,) check the exitcode, and record its stderr in case of failure. Given that Steve ran the bigmem tests with a high limit and they all passed means that it's not pressing, though -- while it would be *good* to make these tests easier, and the skips more obvious, it's a good sign that nothing broke :)
History
Date User Action Args
2015-04-24 13:15:25twouterssetrecipients: + twouters, pitrou, nadeem.vawda, serhiy.storchaka, steve.dower, llllllllll
2015-04-24 13:15:25twouterssetmessageid: <1429881325.22.0.673791550886.issue5438@psf.upfronthosting.co.za>
2015-04-24 13:15:25twouterslinkissue5438 messages
2015-04-24 13:15:24twouterscreate