mirror of
https://github.com/prometheus/prometheus.git
synced 2025-11-02 17:31:01 +01:00
A data race can happen if we run t.Log after the test t is done -- which in this case is highly possible because of the use of subtests and the fact that we call t.Log in a goroutine. Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>