mirror of https://github.com/prometheus/prometheus
Browse Source
We need to make sure that `tsdb_errors.NewMulti` handles the errors.Is() calls properly, like it's done in grafana/dskit. Also we need to check that `errors.Is(err, context.Canceled)`, not that `err == context.Canceled`. Signed-off-by: Oleg Zaytsev <mail@olegzaytsev.com>pull/12179/head
Oleg Zaytsev
2 years ago
2 changed files with 15 additions and 1 deletions
Loading…
Reference in new issue