prometheus/cmd
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
..
prometheus Fix race in Query Log Test (#6727) 2020-01-30 13:51:18 -08:00
promtool Adds support for line-column numbers for invalid rules, promtool (#6533) 2020-01-15 18:07:54 +00:00