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
The test was flaky because with only 3 submissions there are only 6
possible orderings (3!), giving a ~33% chance that two users would get
the same random ordering.
Changes:
- Increased submissions from 3 to 10 (10! = ~3.6M possible orderings)
- Reduced from 3 users to 2 users (only need to verify difference)
- Added consistency test: same user gets same ordering on repeated queries
- Improved documentation explaining the test logic
Fixes#4526
Co-authored-by: Marco Acierno <marcoacierno@users.noreply.github.com>
0 commit comments