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
This issue tracks a flaky test that has been detected failing inconsistently. Each week our analysis tool runs and detects this test as flaky, it will add a comment below with recent failure data and who might be able to help.
🔍 How to investigate
Run it locally to see if you can reproduce: go test -count=10000 -run TestPartitionReader_ShouldNotMissRecordsIfKafkaReturnsAFetchBothWithAnErrorAndSomeRecords ./...
Check the failure logs in the comments below - they might show a pattern
Look for timing issues - race conditions, timeouts, or external dependencies
Review recent changes - check commits that modified this test or the code under test recently
🎯 Next steps
Can you fix it? Great! That would help the whole team
Need help? Ask someone who has worked on this area recently
Can't fix it right now? Consider adding logs and metrics so that next time it's easier to debug.
Obsolete test? Maybe it's time to remove it or skip it with t.Skip()
This test has been identified as flaky by go-flaky-tests.