| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Split test_multiprocessing_fork, test_multiprocessing_forkserver and test_multiprocessing_spawn into test packages. Each package is made of 4 sub-tests: processes, threads, manager and misc. It allows running more tests in parallel and so reduce the total test duration. (cherry picked from commit aa9a359) Co-authored-by: Victor Stinner <vstinner@python.org>
There was a problem hiding this comment.
LGTM, good bot
Sorry, something went wrong.
|
this is a test suite only refactoring to pull in the long tail on parallel regrtest runs. I'll leave it up to @Yhg1s to decide if this goes in to 3.12. it'll ease maintenance. |
Sorry, something went wrong.
|
Nice, thanks for accepting this late test enhancement :-) |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Split test_multiprocessing_fork, test_multiprocessing_forkserver and
test_multiprocessing_spawn into test packages. Each package is made
of 4 sub-tests: processes, threads, manager and misc. It allows
running more tests in parallel and so reduce the total test duration.
(cherry picked from commit aa9a359)
Co-authored-by: Victor Stinner vstinner@python.org