Merge pull request #7603 from heyitsanthony/leak-check-grpc

testutil: check for grpc resources in AfterTest
This commit is contained in:
Anthony Romano 2017-03-27 10:33:25 -07:00 committed by GitHub
commit e6f72b4f42

View File

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