testutil: check for grpc resources in AfterTest

gRPC leaks only show up at the final leak check, making it difficult to
determine which test is causing the leak.
This commit is contained in:
Anthony Romano
2017-03-24 16:09:38 -07:00
parent 608a2be9c5
commit 997e83f8ea

View File

@ -76,6 +76,7 @@ func CheckAfterTest(d time.Duration) error {
"net.(*netFD).connect(": "a timing out dial", "net.(*netFD).connect(": "a timing out dial",
").noteClientGone(": "a closenotifier sender", ").noteClientGone(": "a closenotifier sender",
").readLoop(": "a Transport", ").readLoop(": "a Transport",
".grpc": "a gRPC resource",
} }
var stacks string var stacks string