tempo
tempo copied to clipboard
Flaky test: TestHedge in s3_test.go / azure_test.go
TestHedge
seems to fail sometimes on the s3/azure backends. CI runs linked below:
https://github.com/grafana/tempo/pull/1020/checks?check_run_id=3856834194 https://github.com/grafana/tempo/runs/3828064438?check_suite_focus=true
I was able to get the test to fail after many iterations using this snippet
while go test -v ./tempodb/... -run '(TestTimeWindowBlockSelectorBlocksToCompact)' -count=1; do echo "trying again";done
Have we seen this recently?
I have not.
This issue has been automatically marked as stale because it has not had any activity in the past 60 days. The next time this stale check runs, the stale label will be removed if there is new activity. The issue will be closed after 15 days if there is no new activity. Please apply keepalive label to exempt this Issue.