client_golang icon indicating copy to clipboard operation
client_golang copied to clipboard

Flaky test `TestSummaryDecay`

Open beorn7 opened this issue 5 years ago • 2 comments

Recently, TestSummaryDecay started to become flaky on CircleCI. It's a timing dependent test. It used to work well, but I guess something has changed in CircleCI. Ideally, the test should be made less timing sensitive.

beorn7 avatar Jun 04 '20 11:06 beorn7

Hasn't happened in a while. Will close this (although a proper solution would be better of course).

beorn7 avatar Nov 02 '20 14:11 beorn7

Happened again 2x times on new Go 1.20 https://app.circleci.com/pipelines/github/prometheus/client_golang/902/workflows/1a9e0222-09a4-4f9d-8c76-89441995bb24/jobs/3496

image

bwplotka avatar Mar 21 '23 20:03 bwplotka