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 sbt
Recipients asksol, brandon-rhodes, cool-RR, dholth, jnoller, mrmekon, ned.deily, neologix, numbernine, pitrou, rcoyner, santoso.wijaya, sbt, vsekhar
Date 2012-01-23.14:42:55
SpamBayes Score 0.05096346
Marked as misclassified No
Message-id <1327329778.01.0.554231069658.issue8713@psf.upfronthosting.co.za>
In-reply-to
Content
mp_split_tests.patch splits up the test_multiprocessing.py:

test_multiprocessing_misc.py
  miscellaneous tests which need not be run with multiple configurations

mp_common.py
  testcases which should be run with multiple configurations

test_multiprocessing_fork.py
test_multiprocessing_nofork.py
test_multiprocessing_manager_fork.py
test_multiprocessing_manager_nofork.py
test_multiprocessing_threads.py
  run the testcases in mp_common.py with various configurations
History
Date User Action Args
2012-01-23 14:42:58sbtsetrecipients: + sbt, pitrou, ned.deily, jnoller, rcoyner, asksol, cool-RR, dholth, brandon-rhodes, neologix, santoso.wijaya, numbernine, vsekhar, mrmekon
2012-01-23 14:42:58sbtsetmessageid: <1327329778.01.0.554231069658.issue8713@psf.upfronthosting.co.za>
2012-01-23 14:42:57sbtlinkissue8713 messages
2012-01-23 14:42:57sbtcreate