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 jnoller
Recipients Rhamphoryncus, barry, benjamin.peterson, donmez, gvanrossum, jnoller, paulmelis, roudkerk
Date 2008-06-15.15:20:13
SpamBayes Score 0.034457978
Marked as misclassified No
Message-id <1213543223.23.0.238065505659.issue3088@psf.upfronthosting.co.za>
In-reply-to
Content
After talking with Richard, I think the best way to attack this issue 
(and the other ones around suite unreliability) is to remove the 
unreliable test cases for the first beta, and then refactor the suite 
post beta with an eye towards reliability and clarity. Personally, I 
would like to break the suites up in the the test_multiprocessing.py 
script to be more in the vein of other tests in Lib/test/...

I removed the more unreliable test cases while keeping the core ones and 
wrote a quick bash script to do a burn-in of the "make tests" command, 
for 100 loops, I was unable to get the tests to hang with the reduced 
suite.

I ran the same thing on trunk and py3k just to make sure I could not get 
it to hang/crash.
History
Date User Action Args
2008-06-15 15:20:24jnollersetspambayes_score: 0.034458 -> 0.034457978
recipients: + jnoller, gvanrossum, barry, Rhamphoryncus, donmez, paulmelis, roudkerk, benjamin.peterson
2008-06-15 15:20:23jnollersetspambayes_score: 0.034458 -> 0.034458
messageid: <1213543223.23.0.238065505659.issue3088@psf.upfronthosting.co.za>
2008-06-15 15:20:21jnollerlinkissue3088 messages
2008-06-15 15:20:20jnollercreate