8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Example: https://buildbot.python.org/#/builders/1641/builds/199
FAIL: test_async_global_awaited_by (test.test_external_inspection.TestGetStackTrace.test_async_global_awaited_by) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-s390x.refleak/build/Lib/test/test_external_inspection.py", line 531, in test_async_global_awaited_by self.assertEqual([[['echo_client_spam'], 'echo client spam', [[['main'], 'Task-1', []]]]], entries[-1][1]) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: Lists differ: [[['echo_client_spam'], 'echo client spam', [[['main'], 'Task-1', []]]]] != [] First list contains 1 additional elements. First extra element 0: [['echo_client_spam'], 'echo client spam', [[['main'], 'Task-1', []]]] - [[['echo_client_spam'], 'echo client spam', [[['main'], 'Task-1', []]]]] + []
cc @pablogsal
The text was updated successfully, but these errors were encountered:
CC @ambv seems that the condition that is not true on windows is not true always in general
Sorry, something went wrong.
This will be likely fixed by #133368
pythongh-133141: Fix race in test_async_global_awaited_by
a3ba8dd
Signed-off-by: Pablo Galindo <pablogsal@gmail.com>
Ok, I close the issue.
test_external_inspection failed after this fix, but on a different test (test_async_remote_stack_trace): it's a different bug, issue #133425.
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
Example: https://buildbot.python.org/#/builders/1641/builds/199
cc @pablogsal
Linked PRs
The text was updated successfully, but these errors were encountered: