prometheus / client_golang

Prometheus instrumentation library for Go applications
https://pkg.go.dev/github.com/prometheus/client_golang
Apache License 2.0
5.33k stars 1.17k forks source link

Flaky test `TestSummaryDecay` #765

Open beorn7 opened 4 years ago

beorn7 commented 4 years ago

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 commented 3 years ago

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

bwplotka commented 1 year ago

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