Skip to content

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

Merged
gpshead merged 1 commit into
python:3.13from
miss-islington:backport-0439743-3.13
Jul 9, 2024
Merged

[3.13] gh-117657: Skip test when running under TSan (GH-121549)#121553
gpshead merged 1 commit into
python:3.13from
miss-islington:backport-0439743-3.13

Conversation

@miss-islington

@miss-islingtonmiss-islington commented Jul 9, 2024

Copy link
Copy Markdown
Contributor

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>
Sign up for freeto 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

@miss-islington@gpshead@colesbury