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

Method TestServerMultipleGoAwayPendingRPC

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

Source from the content-addressed store, hash-verified

324}
325
326func (s) TestServerMultipleGoAwayPendingRPC(t *testing.T) {
327 for _, e := range listTestEnv() {
328 if e.name == "handler-tls" {
329 continue
330 }
331 testServerMultipleGoAwayPendingRPC(t, e)
332 }
333}
334
335func testServerMultipleGoAwayPendingRPC(t *testing.T, e env) {
336 te := newTest(t, e)

Callers

nothing calls this directly

Calls 2

listTestEnvFunction · 0.85

Tested by

no test coverage detected