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
Fixing randomization issue for RankDocsSortBuilderTests (#112598)
Closes#112312.
YetAnotherRandomizationIssue :)
Under some weird seeds we could end up with 0-length `RankDoc` arrays
for both the original and the mutated `RankDocsSortBuilder` instances.
In this PR we just ensure that a 0-length mutation will not be possible.
0 commit comments