-
Notifications
You must be signed in to change notification settings - Fork 122
Open
Labels
bugSomething isn't workingSomething isn't working
Milestone
Description
Problem
test_pagination_queries is marked as a flaky test that sometimes fails.
Impact
Flaky tests:
- Reduce confidence in CI results
- Cause spurious CI failures
- Make it harder to detect real regressions
Related
- Flaky test: test_pagination_queries #692 (original issue)
Solution
Investigate and fix the root cause of the flakiness. Common causes:
- Race conditions in async code
- Timing-dependent assertions
- Test isolation issues
- Redis state not properly cleaned between tests
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working