Skip to content

Commit

Permalink
executor/join_test: add goleak ignore option (#50994)
Browse files Browse the repository at this point in the history
ref #48991
  • Loading branch information
winoros authored Feb 6, 2024
1 parent e79bf27 commit 8c696b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/executor/test/jointest/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ func TestMain(m *testing.M) {
goleak.IgnoreTopFunction("go.opencensus.io/stats/view.(*worker).start"),
goleak.IgnoreTopFunction("gopkg.in/natefinch/lumberjack%2ev2.(*Logger).millRun"),
goleak.IgnoreTopFunction("github.com/tikv/client-go/v2/txnkv/transaction.keepAlive"),
goleak.IgnoreTopFunction("github.com/dgraph-io/ristretto.(*Cache).Close()"),
}
goleak.VerifyTestMain(m, opts...)
}

0 comments on commit 8c696b6

Please sign in to comment.