[issue3088] test_multiprocessing hangs on OS X 10.5.3
Jesse Noller
report at bugs.python.org
Sun Jun 15 17:20:23 CEST 2008
Jesse Noller <jnoller at gmail.com> added the comment:
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.
----------
keywords: +patch
Added file: http://bugs.python.org/file10633/test_multiprocessing_reduced.diff
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3088>
_______________________________________
More information about the Python-bugs-list
mailing list