1 comment (1 comment)0 reactions (0 reactions)0 assignees (0 assignees)Java1,234 forks (1,234 forks)batch import
flaky-testgood first issuehelp wanted
Repository metrics
- Stars
- 4,937 stars (4,937 stars)
- PR merge metrics
- Avg merge 6d 7h (Avg merge 6d 7h)186 merged PRs in 30d (186 merged PRs in 30d)
Description
Error: Failures:
Error: QueryLoggerTest.shouldHandleRaceConditionsWithDroppedQueries:239 expected [1] but found [2]
Contributor guide
- Research direction
- Examine the QueryLoggerTest.shouldHandleRaceConditionsWithDroppedQueries test. Trace the test execution to understand why it expects 1 but finds 2. Look for race conditions in the query logging logic, especially around dropped queries. Check for any recent changes that may have introduced the flakiness.
- Tech stack
- java
- Domain
- backenddatabase
- Issue type
- Test
- Prerequisites
- JavaJUnitconcurrency basics