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

Method TestPeerFailedRPC

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

Source from the content-addressed store, hash-verified

2439}
2440
2441func (s) TestPeerFailedRPC(t *testing.T) {
2442 for _, e := range listTestEnv() {
2443 testPeerFailedRPC(t, e)
2444 }
2445}
2446
2447func testPeerFailedRPC(t *testing.T, e env) {
2448 te := newTest(t, e)

Callers

nothing calls this directly

Calls 2

listTestEnvFunction · 0.85
testPeerFailedRPCFunction · 0.85

Tested by

no test coverage detected