Skip to content

[3.13] gh-117657: Skip test when running under TSan (GH-121549) #121553

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

Merged
merged 1 commit into from
Jul 9, 2024

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Jul 9, 2024

The ProcessPoolForkserver combined with resource_tracker starts a thread
after forking, which is not supported by TSan.

Also skip test_multiprocessing_fork for the same reason
(cherry picked from commit 0439743)

Co-authored-by: Sam Gross colesbury@gmail.com

The ProcessPoolForkserver combined with resource_tracker starts a thread
after forking, which is not supported by TSan.

Also skip test_multiprocessing_fork for the same reason
(cherry picked from commit 0439743)

Co-authored-by: Sam Gross <colesbury@gmail.com>
@miss-islington miss-islington requested a review from gpshead as a code owner July 9, 2024 21:13
@gpshead gpshead enabled auto-merge (squash) July 9, 2024 21:14
@gpshead gpshead merged commit eae8fa1 into python:3.13 Jul 9, 2024
35 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants