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 vstinner
Date 2015-12-04.11:51:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1449229917.91.0.185617519884.issue25796@psf.upfronthosting.co.za>
In-reply-to
Content
Hi,

When I run the Python test suite with "./python -m test -j0 -rW",  test_multiprocessing_spawn is almost the latest one to run. Example:
---
(...)
[399/401/1] test_lib2to3 (68 sec) -- running: test_zipfile (43 sec), test_multiprocessing_spawn (484 sec)
[400/401/1] test_zipfile (45 sec) -- running: test_multiprocessing_spawn (488 sec)
^C
Waiting for test_multiprocessing_spawn

Test suite interrupted by signal SIGINT.
1 test omitted:
    test_multiprocessing_spawn
(...)
---

Would it be possible to make it faster? Skip some tests? I don't know.
History
Date User Action Args
2015-12-04 11:51:57vstinnersetrecipients: + vstinner
2015-12-04 11:51:57vstinnersetmessageid: <1449229917.91.0.185617519884.issue25796@psf.upfronthosting.co.za>
2015-12-04 11:51:57vstinnerlinkissue25796 messages
2015-12-04 11:51:57vstinnercreate