Skip to content

Commit

Permalink
test: ignore lumberjack.v2.(*Logger).millRun in leaktest (#20935)
Browse files Browse the repository at this point in the history
  • Loading branch information
SunRunAway authored Nov 10, 2020
1 parent 658a4ce commit 1702608
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions util/testleak/leaktest.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ func interestingGoroutines() (gs []string) {
"interestingGoroutines",
"runtime.MHeap_Scavenger",
"created by os/signal.init",
"gopkg.in/natefinch/lumberjack%2ev2.(*Logger).millRun",
// these go routines are async terminated, so they may still alive after test end, thus cause
// false positive leak failures
"google.golang.org/grpc.(*addrConn).resetTransport",
Expand Down

0 comments on commit 1702608

Please sign in to comment.