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

Method TestLargeMsg

credentials/alts/internal/conn/record_test.go:186–190  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

184}
185
186func (s) TestLargeMsg(t *testing.T) {
187 for _, rp := range recordProtocols {
188 testLargeMsg(t, rp)
189 }
190}
191
192// TestLargeRecord writes a very large ALTS record and verifies that the server
193// receives it correctly. The large ALTS record should cause the reader to

Callers

nothing calls this directly

Calls 1

testLargeMsgFunction · 0.85

Tested by

no test coverage detected