Browse Source

Also ignore `func1`

Signed-off-by: Levi Harrison <git@leviharrison.dev>
pull/9268/head
Levi Harrison 3 years ago
parent
commit
06afe6162c
No known key found for this signature in database
GPG Key ID: 23A7BDEAE860B57D
  1. 2
      tsdb/db_test.go

2
tsdb/db_test.go

@ -54,7 +54,7 @@ import (
)
func TestMain(m *testing.M) {
goleak.VerifyTestMain(m, goleak.IgnoreTopFunction("github.com/prometheus/prometheus/tsdb.(*SegmentWAL).cut.func2"))
goleak.VerifyTestMain(m, goleak.IgnoreTopFunction("github.com/prometheus/prometheus/tsdb.(*SegmentWAL).cut.func1"), goleak.IgnoreTopFunction("github.com/prometheus/prometheus/tsdb.(*SegmentWAL).cut.func2"))
}
func openTestDB(t testing.TB, opts *Options, rngs []int64) (db *DB) {

Loading…
Cancel
Save