mirror of
https://github.com/prometheus/prometheus.git
synced 2026-05-05 12:26:14 +02:00
Merge pull request #11869 from bboreham/log-query-error
TestConcurrentRangeQueries: log query with error
This commit is contained in:
commit
d792f9c566
@ -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()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user