[New-bugs-announce] [issue25796] Running test_multiprocessing_spawn is slow (more than 8 minutes)

STINNER Victor report at bugs.python.org
Fri Dec 4 06:51:57 EST 2015


New submission from STINNER Victor:

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.

----------
messages: 255860
nosy: haypo
priority: normal
severity: normal
status: open
title: Running test_multiprocessing_spawn is slow (more than 8 minutes)
versions: Python 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue25796>
_______________________________________


More information about the New-bugs-announce mailing list