Skip to content

[3.13] gh-129441: Fix some flakiness in test_instrumentation (gh-141881) - #141914

Merged
colesbury merged 2 commits into
python:3.13from
miss-islington:backport-71126ab-3.13
Nov 24, 2025
Merged

[3.13] gh-129441: Fix some flakiness in test_instrumentation (gh-141881)#141914
colesbury merged 2 commits into
python:3.13from
miss-islington:backport-71126ab-3.13

Conversation

@miss-islington

@miss-islingtonmiss-islington commented Nov 24, 2025

Copy link
Copy Markdown
Contributor

Most of the self.assertTrue(self.called) checks are flaky because
the worker threads may sometimes finish before the main thread calls
self.during_threads().
(cherry picked from commit 71126ab)

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

…-141881)
Most of the `self.assertTrue(self.called)` checks are flaky because
the worker threads may sometimes finish before the main thread calls
`self.during_threads()`.
(cherry picked from commit 71126ab)
Co-authored-by: Sam Gross <colesbury@gmail.com>
@colesbury
colesbury merged commit 9127013 into python:3.13Nov 24, 2025
39 checks passed
@miss-islington
miss-islington deleted the backport-71126ab-3.13 branch January 2, 2026 17:57
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip newstestsTests in the Lib/test dirtopic-free-threading

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@miss-islington@colesbury@kumaraditya303