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

Method TestExceedMsgLimit

test/end2end_test.go:2298–2302  ·  view source on GitHub ↗

Test backward-compatibility API for setting msg size limit.

(t *testing.T)

Source from the content-addressed store, hash-verified

2296
2297// Test backward-compatibility API for setting msg size limit.
2298func (s) TestExceedMsgLimit(t *testing.T) {
2299 for _, e := range listTestEnv() {
2300 testExceedMsgLimit(t, e)
2301 }
2302}
2303
2304func testExceedMsgLimit(t *testing.T, e env) {
2305 te := newTest(t, e)

Callers

nothing calls this directly

Calls 2

listTestEnvFunction · 0.85
testExceedMsgLimitFunction · 0.85

Tested by

no test coverage detected