You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File:tests.test_serializer Suite:py3.14t-common Error: assert [<weakref at 0x7f19f24507e0; dead>, <weakref at 0x7f19f2450780; dead>, <weakref at 0x7f19f2450720; dead>, <weakref at 0x7f19f24506c0; dead>, <weakref at 0x7f19f2450600; dead>, <weakref at 0x7f19f24504e0; dead>, <weakref at 0x7f19f2450480; dead>, <weakref at 0x7f19f2450420; dead>, <weakref at 0x7f19f24503c0; dead>, <weakref at 0x7f19f2450360; dead>, <weakref at 0x7f19f2450300; dead>, <weakref at 0x7f19f24502a0; dead>, <weakref at 0x7f19f2450240; dead>, <weakref at 0x7f19f24501e0; dead>, <weakref at 0x7f19f2450180; dead>, <weakref at 0x7f19f2450120; dead>, <weakref at 0x7f19f24500c0; dead>, <weakref at 0x7f19f2450060; dead>] == []
Left contains 18 more items, first extra item: <weakref at 0x7f19f24507e0; dead>
Full diff:
- []
+ [
+ <weakref at 0x7f19f24507e0; dead>,
+ <weakref at 0x7f19f2450780; dead>,
+ <weakref at 0x7f19f2450720; dead>,
+ <weakref at 0x7f19f24506c0; dead>,
+ <weakref at 0x7f19f2450600; dead>,
+ <weakref at 0x7f19f24504e0; dead>,
+ <weakref at 0x7f19f2450480; dead>,
+ <weakref at 0x7f19f2450420; dead>,
+ <weakref at 0x7f19f24503c0; dead>,
+ <weakref at 0x7f19f2450360; dead>,
+ <weakref at 0x7f19f2450300; dead>,
+ <weakref at 0x7f19f24502a0; dead>,
+ <weakref at 0x7f19f2450240; dead>,
+ <weakref at 0x7f19f24501e0; dead>,
+ <weakref at 0x7f19f2450180; dead>,
+ <weakref at 0x7f19f2450120; dead>,
+ <weakref at 0x7f19f24500c0; dead>,
+ <weakref at 0x7f19f2450060; dead>,
+ ]
Stack Trace
tests/test_serializer.py:201: in test_serialize_does_not_leave_cyclic_garbage
assert gc.garbage == []
E assert [<weakref at 0x7f19f24507e0; dead>, <weakref at 0x7f19f2450780; dead>, <weakref at 0x7f19f2450720; dead>, <weakref at 0x7f19f24506c0; dead>, <weakref at 0x7f19f2450600; dead>, <weakref at 0x7f19f24504e0; dead>, <weakref at 0x7f19f2450480; dead>, <weakref at 0x7f19f2450420; dead>, <weakref at 0x7f19f24503c0; dead>, <weakref at 0x7f19f2450360; dead>, <weakref at 0x7f19f2450300; dead>, <weakref at 0x7f19f24502a0; dead>, <weakref at 0x7f19f2450240; dead>, <weakref at 0x7f19f24501e0; dead>, <weakref at 0x7f19f2450180; dead>, <weakref at 0x7f19f2450120; dead>, <weakref at 0x7f19f24500c0; dead>, <weakref at 0x7f19f2450060; dead>] == []
E
E Left contains 18 more items, first extra item: <weakref at 0x7f19f24507e0; dead>
E
E Full diff:
E - []
E + [
E + <weakref at 0x7f19f24507e0; dead>,
E + <weakref at 0x7f19f2450780; dead>,
E + <weakref at 0x7f19f2450720; dead>,
E + <weakref at 0x7f19f24506c0; dead>,
E + <weakref at 0x7f19f2450600; dead>,
E + <weakref at 0x7f19f24504e0; dead>,
E + <weakref at 0x7f19f2450480; dead>,
E + <weakref at 0x7f19f2450420; dead>,
E + <weakref at 0x7f19f24503c0; dead>,
E + <weakref at 0x7f19f2450360; dead>,
E + <weakref at 0x7f19f2450300; dead>,
E + <weakref at 0x7f19f24502a0; dead>,
E + <weakref at 0x7f19f2450240; dead>,
E + <weakref at 0x7f19f24501e0; dead>,
E + <weakref at 0x7f19f2450180; dead>,
E + <weakref at 0x7f19f2450120; dead>,
E + <weakref at 0x7f19f24500c0; dead>,
E + <weakref at 0x7f19f2450060; dead>,
E + ]
✅ Patch coverage is 100.00%. Project has 2439 uncovered lines.
✅ Project coverage is 89.78%. Comparing base (base) to head (head).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Tests not applicable in span first were not ported.
Also fix some typos.
Issues
Part of #5395
Reminders
uv run ruff.feat:,fix:,ref:,meta:)