-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
gh-143121: Skip test that leak threads under TSan #143125
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-143121: Skip test that leak threads under TSan #143125
Conversation
|
Thanks @colesbury for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14. |
|
Sorry, @colesbury, I could not cleanly backport this to |
|
Sorry, @colesbury, I could not cleanly backport this to |
…ngh-143125) (cherry picked from commit 4ee6929) Co-authored-by: Sam Gross <colesbury@gmail.com>
|
GH-143141 is a backport of this pull request to the 3.14 branch. |
…ngh-143125) (cherry picked from commit 4ee6929) Co-authored-by: Sam Gross <colesbury@gmail.com>
|
GH-143142 is a backport of this pull request to the 3.13 branch. |
TSan reports that these tests leak threads. We currently suppress the warning in a suppressions file. Skipping these tests instead of relying on the suppression file will allow us to catch regressions in other test cases.