Skip to content
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

test_instrumentation failing randomly on free-threading CI #129441

Open
kumaraditya303 opened this issue Jan 29, 2025 · 1 comment
Open

test_instrumentation failing randomly on free-threading CI #129441

kumaraditya303 opened this issue Jan 29, 2025 · 1 comment
Labels
tests Tests in the Lib/test dir topic-free-threading

Comments

@kumaraditya303
Copy link
Contributor

FAIL: test_instrumentation (test.test_free_threading.test_monitoring.SetTraceMultiThreaded.test_instrumentation)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "D:\a\cpython\cpython\Lib\test\test_free_threading\test_monitoring.py", line 75, in test_instrumentation
    self.after_test()
    ~~~~~~~~~~~~~~~^^
  File "D:\a\cpython\cpython\Lib\test\test_free_threading\test_monitoring.py", line 152, in after_test
    self.assertTrue(self.called)
    ~~~~~~~~~~~~~~~^^^^^^^^^^^^^
AssertionError: False is not true
----------------------------------------------------------------------
Ran 53 tests in 55.959s
FAILED (failures=1)
test test_free_threading failed

https://github.com/python/cpython/actions/runs/13032099559/job/36353586624?pr=128869

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tests Tests in the Lib/test dir topic-free-threading
Projects
None yet
Development

No branches or pull requests

2 participants