FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

[3.12] gh-108388: Split test_multiprocessing_spawn (GH-108396) by miss-islington · Pull Request #108442 · python/cpython · GitHub

/ cpython Public

[3.12] gh-108388: Split test_multiprocessing_spawn (GH-108396) - #108442

Merged
Yhg1s merged 1 commit into
python:3.12from
miss-islington:backport-aa9a359-3.12
Aug 25, 2023
Merged

[3.12] gh-108388: Split test_multiprocessing_spawn (GH-108396)#108442
Yhg1s merged 1 commit into
python:3.12from
miss-islington:backport-aa9a359-3.12

Conversation

miss-islington commented Aug 24, 2023
edited by bedevere-bot
Loading

Copy link
Copy Markdown
Contributor

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>

vstinner left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

LGTM, good bot

gpshead commented Aug 24, 2023
edited
Loading

Copy link
Copy Markdown
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.

gpshead requested a review from Yhg1s August 24, 2023 17:37

Copy link
Copy Markdown
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).

Yhg1s merged commit 2262190 into python:3.12 Aug 25, 2023
miss-islington deleted the backport-aa9a359-3.12 branch August 25, 2023 16:16

Copy link
Copy Markdown
Member

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

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to 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


Back | FazBrowse Home | New Git URL