Skip to content

Commit

Permalink
Merge pull request etcd-io#18287 from fuweid/update-goleak
Browse files Browse the repository at this point in the history
client/pkg/testutil: update interestingGoroutines
  • Loading branch information
serathius authored Jul 6, 2024
2 parents c9fdc60 + ccaea7e commit 24e0599
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/pkg/testutil/leak.go
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ func interestingGoroutines() (gs []string) {
"rcrypto/internal/boring.(*PublicKeyRSA).finalize",
"net.(*netFD).Close(",
"testing.(*T).Run",
"crypto/tls.(*certCache).evict",
}
for _, msg := range uninterestingMsgs {
if strings.Contains(stack, msg) {
Expand Down

0 comments on commit 24e0599

Please sign in to comment.