Skip to content

Commit

Permalink
statisticstest: fix goleak on the statisticstest (pingcap#39005)
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkingrei authored Nov 9, 2022
1 parent 9303bfe commit 8653b1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/realtikvtest/statisticstest/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ func TestMain(m *testing.M) {
opts := []goleak.Option{
goleak.IgnoreTopFunction("github.com/golang/glog.(*loggingT).flushDaemon"),
goleak.IgnoreTopFunction("github.com/lestrrat-go/httprc.runFetchWorker"),
goleak.IgnoreTopFunction("google.golang.org/grpc.(*ccBalancerWrapper).watcher"),
goleak.IgnoreTopFunction("internal/poll.runtime_pollWait"),
goleak.IgnoreTopFunction("net/http.(*persistConn).writeLoop"),
}
Expand Down

0 comments on commit 8653b1e

Please sign in to comment.