MCPcopy
hub / github.com/grpc/grpc-go / TestConcurrentClientConnCloseAndServerGoAway

Method TestConcurrentClientConnCloseAndServerGoAway

test/goaway_test.go:415–422  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

413}
414
415func (s) TestConcurrentClientConnCloseAndServerGoAway(t *testing.T) {
416 for _, e := range listTestEnv() {
417 if e.name == "handler-tls" {
418 continue
419 }
420 testConcurrentClientConnCloseAndServerGoAway(t, e)
421 }
422}
423
424func testConcurrentClientConnCloseAndServerGoAway(t *testing.T, e env) {
425 te := newTest(t, e)

Callers

nothing calls this directly

Calls 2

listTestEnvFunction · 0.85

Tested by

no test coverage detected