mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Merge pull request #18287 from fuweid/update-goleak
client/pkg/testutil: update interestingGoroutines
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user