Skip to content

Commit

Permalink
Ignore goroutines spanwned by log.init during leakcheck. (#1368)
Browse files Browse the repository at this point in the history
  • Loading branch information
MakMukhi authored Jul 11, 2017
1 parent 86ec6ba commit 8264d61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/end2end_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4240,6 +4240,7 @@ func interestingGoroutines() (gs []string) {
strings.Contains(stack, "runtime.goexit") ||
strings.Contains(stack, "created by runtime.gc") ||
strings.Contains(stack, "created by runtime/trace.Start") ||
strings.Contains(stack, "created by google3/base/go/log.init") ||
strings.Contains(stack, "interestingGoroutines") ||
strings.Contains(stack, "runtime.MHeap_Scavenger") ||
strings.Contains(stack, "signal.signal_recv") ||
Expand Down

0 comments on commit 8264d61

Please sign in to comment.