-
Notifications
You must be signed in to change notification settings - Fork 617
Open
Labels
Description
TestGetFullStateHandler
pkg/alertmanager/alertmanager_test.go
About This Issue
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 TestGetFullStateHandler ./...
- 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.