diff --git a/promql/promql_test.go b/promql/promql_test.go index 5bdeac1d1..1e6535141 100644 --- a/promql/promql_test.go +++ b/promql/promql_test.go @@ -87,6 +87,7 @@ func TestConcurrentRangeQueries(t *testing.T) { } res := qry.Exec(context.Background()) if res.Err != nil { + t.Logf("Query: %q, steps: %d, result: %s", c.expr, c.steps, res.Err) return res.Err } qry.Close()