Skip to content

Conversation

@miss-islington
Copy link
Contributor

@miss-islingtonmiss-islington commented Aug 24, 2023

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

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>
Copy link
Member

@vstinnervstinner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, good bot

@gpshead
Copy link
Member

gpshead commented Aug 24, 2023

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.

@gpsheadgpshead requested a review from Yhg1sAugust 24, 2023 17:37
@vstinner
Copy link
Member

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.

See also: PR #108443 (split test_concurrent_futures).

@Yhg1sYhg1s merged commit 2262190 into python:3.12Aug 25, 2023
@miss-islingtonmiss-islington deleted the backport-aa9a359-3.12 branch August 25, 2023 16:16
@vstinner
Copy link
Member

Nice, thanks for accepting this late test enhancement :-)

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@miss-islington@gpshead@vstinner@Yhg1s@bedevere-bot