prometheus/cmd/prometheus
Julien Pivotto 3c4c01eae2
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>
2020-01-30 13:51:18 -08:00
..
testdata End-to-end Query Log test (#6600) 2020-01-19 21:56:13 +00:00
main.go Remove MaxConcurrent from the PromQL engine opts (#6712) 2020-01-28 20:38:49 +00:00
main_test.go Add windows tests for query logger (#6653) 2020-01-20 13:17:11 +00:00
main_unix_test.go Add windows tests for query logger (#6653) 2020-01-20 13:17:11 +00:00
query_log_test.go Fix race in Query Log Test (#6727) 2020-01-30 13:51:18 -08:00