mirror of https://github.com/prometheus/prometheus
Fix race in Query Log Test (#6727)
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>pull/6730/head
parent
83601202d9
commit
3c4c01eae2
Loading…
Reference in new issue