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
[NA] [DOCS] docs: warn against bare hasSize in collection assertions
hasSize alone asserts a count and nothing about identity, so a bug that
preserves the count passes. Called out on #7966, where both new
de-duplication tests checked stored.size() and left the row identities
unasserted -- the count is exactly what a de-dup bug is most likely to
get right.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
0 commit comments