Skip to content

Commit

Permalink
Update leckCheck to ignore non-gRPC goroutine introduced in Go1.9 (gr…
Browse files Browse the repository at this point in the history
  • Loading branch information
MakMukhi authored and menghanl committed Jul 10, 2017
1 parent 41d9b6e commit 37be128
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 @@ -4236,6 +4236,7 @@ func interestingGoroutines() (gs []string) {
if stack == "" ||
strings.Contains(stack, "testing.Main(") ||
strings.Contains(stack, "testing.tRunner(") ||
strings.Contains(stack, "testing.(*M).") ||
strings.Contains(stack, "runtime.goexit") ||
strings.Contains(stack, "created by runtime.gc") ||
strings.Contains(stack, "created by runtime/trace.Start") ||
Expand Down

0 comments on commit 37be128

Please sign in to comment.