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

Method TestConcurrentServerStopAndGoAway

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

Source from the content-addressed store, hash-verified

452}
453
454func (s) TestConcurrentServerStopAndGoAway(t *testing.T) {
455 for _, e := range listTestEnv() {
456 if e.name == "handler-tls" {
457 continue
458 }
459 testConcurrentServerStopAndGoAway(t, e)
460 }
461}
462
463func testConcurrentServerStopAndGoAway(t *testing.T, e env) {
464 te := newTest(t, e)

Callers

nothing calls this directly

Calls 2

listTestEnvFunction · 0.85

Tested by

no test coverage detected