Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gh-117657: Skip tests that use threads after fork #122194

Merged
merged 1 commit into from
Jul 23, 2024

Conversation

colesbury
Copy link
Contributor

@colesbury colesbury commented Jul 23, 2024

These tests fail when run under thread sanitizer due to the use of fork and threads.

@colesbury colesbury added tests Tests in the Lib/test dir skip news topic-free-threading needs backport to 3.13 bugs and security fixes labels Jul 23, 2024
@colesbury colesbury requested a review from Fidget-Spinner July 23, 2024 19:43
@colesbury colesbury changed the title gh-122187: Skip tests that use threads after fork gh-117657: Skip tests that use threads after fork Jul 23, 2024
These tests fail when run under thread sanitizer due to the use of fork
and threads..
@colesbury
Copy link
Contributor Author

Oops, I had the wrong issue number originally. It should be #117657.

Copy link
Contributor

@willingc willingc left a comment

Choose a reason for hiding this comment

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

Looks good @colesbury. Thanks.

@colesbury colesbury merged commit 64e221d into python:main Jul 23, 2024
33 checks passed
@miss-islington-app
Copy link

Thanks @colesbury for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13.
🐍🍒⛏🤖

@colesbury colesbury deleted the gh-122187-asyncio-threads-fork branch July 23, 2024 20:30
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jul 23, 2024
)

These tests fail when run under thread sanitizer due to the use of fork
and threads.
(cherry picked from commit 64e221d)

Co-authored-by: Sam Gross <[email protected]>
@bedevere-app
Copy link

bedevere-app bot commented Jul 23, 2024

GH-122198 is a backport of this pull request to the 3.13 branch.

@bedevere-app bedevere-app bot removed the needs backport to 3.13 bugs and security fixes label Jul 23, 2024
colesbury added a commit that referenced this pull request Jul 23, 2024
…122198)

These tests fail when run under thread sanitizer due to the use of fork
and threads.
(cherry picked from commit 64e221d)

Co-authored-by: Sam Gross <[email protected]>
nohlson pushed a commit to nohlson/cpython that referenced this pull request Jul 24, 2024
These tests fail when run under thread sanitizer due to the use of fork
and threads.
nohlson pushed a commit to nohlson/cpython that referenced this pull request Jul 24, 2024
These tests fail when run under thread sanitizer due to the use of fork
and threads.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants