Skip to content

gh-129824: Temporarily skip InterpreterPoolMixin tests under TSAN - #129826

Merged
colesbury merged 2 commits into
python:mainfrom
colesbury:gh-129824-concurrent-futures
Feb 25, 2025
Merged

gh-129824: Temporarily skip InterpreterPoolMixin tests under TSAN#129826
colesbury merged 2 commits into
python:mainfrom
colesbury:gh-129824-concurrent-futures

Conversation

@colesbury

@colesburycolesbury commented Feb 7, 2025

Copy link
Copy Markdown
Contributor

There are multiple data races reported when running the InterpreterPoolMixin tests, but it's still useful to run the other test_concurrent_futures tests under TSAN.

Add test_concurrent_futures to the TSAN test suite.

There are multiple data races reported when running the
InterpreterPoolMixin tests, but it's still useful to run the other
test_concurrent_futures tests under TSAN.
Add test_concurrent_futures to the TSAN test suite.
@colesbury
colesbury marked this pull request as ready for review February 19, 2025 17:01
@colesbury
colesbury merged commit 3774d9f into python:mainFeb 25, 2025
@colesbury
colesbury deleted the gh-129824-concurrent-futures branch February 25, 2025 15:33
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.

2 participants

@colesbury@mpage