8000 test_external_inspection: test_async_global_awaited_by() fails on s390x Fedora Stable Refleaks 3.x · Issue #133141 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

test_external_inspection: test_async_global_awaited_by() fails on s390x Fedora Stable Refleaks 3.x #133141

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

Closed
vstinner opened this issue Apr 29, 2025 · 4 comments
Labels
tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error

Comments

@vstinner
Copy link
Member
vstinner commented Apr 29, 2025

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

Linked PRs

@vstinner vstinner added the tests Tests in the Lib/test dir label Apr 29, 2025
@pablogsal
Copy link
Member

CC @ambv seems that the condition that is not true on windows is not true always in general

@picnixz picnixz added the type-bug An unexpected behavior, bug, or error label May 1, 2025
@pablogsal
Copy link
Member
pablogsal commented May 4, 2025

This will be likely fixed by #133368

pablogsal added a commit to pablogsal/cpython that referenced this issue May 4, 2025
Signed-off-by: Pablo Galindo <pablogsal@gmail.com>
@vstinner
Copy link
Member Author
vstinner commented May 5, 2025

This will be likely fixed by #133368

Ok, I close the issue.

@vstinner vstinner closed this as completed May 5, 2025
@vstinner
Copy link
Member Author
vstinner commented May 5, 2025

test_external_inspection failed after this fix, but on a different test (test_async_remote_stack_trace): it's a different bug, issue #133425.

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 type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

No branches or pull requests

3 participants
0