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

Method TestServerGracefulStopIdempotent

test/end2end_test.go:994–1001  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

992}
993
994func (s) TestServerGracefulStopIdempotent(t *testing.T) {
995 for _, e := range listTestEnv() {
996 if e.name == "handler-tls" {
997 continue
998 }
999 testServerGracefulStopIdempotent(t, e)
1000 }
1001}
1002
1003func testServerGracefulStopIdempotent(t *testing.T, e env) {
1004 te := newTest(t, e)

Callers

nothing calls this directly

Calls 2

listTestEnvFunction · 0.85

Tested by

no test coverage detected