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

gh-117657: Skip tests that use threads after fork by colesbury · Pull Request #122194 · python/cpython · GitHub

/ cpython Public

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

Merged
colesbury merged 1 commit into
python:mainfrom
colesbury:gh-122187-asyncio-threads-fork
Jul 23, 2024
Merged

gh-117657: Skip tests that use threads after fork#122194
colesbury merged 1 commit into
python:mainfrom
colesbury:gh-122187-asyncio-threads-fork

Conversation

colesbury commented Jul 23, 2024
edited
Loading

Copy link
Copy Markdown
Contributor

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

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 requested a review from Fidget-Spinner July 23, 2024 19:43
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..

Copy link
Copy Markdown
Contributor Author

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

willingc left a comment

Copy link
Copy Markdown
Contributor

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

Looks good @colesbury. Thanks.

colesbury merged commit 64e221d into python:main Jul 23, 2024

Copy link
Copy Markdown

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

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 <colesbury@gmail.com>

bedevere-app Bot commented Jul 23, 2024

Copy link
Copy Markdown

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

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 <colesbury@gmail.com>
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.
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL