◐ Shell
clean mode source ↗

GH-86275: Run hypothesis tests in parallel by pganssle · Pull Request #104427 · python/cpython

Conversation

@pganssle

@pganssle pganssle commented

May 12, 2023

edited by bedevere-bot

Loading

Copy link Copy Markdown

Member

The existing tests are very slow because we left out -j4 to run the tests in parallel.

This also adds -o, to give us some idea of which tests are going slowest in case we want to filter out more of them.

@AlexWaygood AlexWaygood 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.

TYVM! Looks good to me (providing it finishes in <30 minutes, and I think it will 😄)

@hugovk hugovk 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.

Successful in 13m

🚀

AlexWaygood and pganssle reacted with rocket emoji

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

Reviewers

@hugovk hugovk hugovk approved these changes

@AlexWaygood AlexWaygood AlexWaygood approved these changes

@ezio-melotti ezio-melotti Awaiting requested review from ezio-melotti ezio-melotti is a code owner

Assignees

No one assigned

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

4 participants

@pganssle @hugovk @AlexWaygood @bedevere-bot