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

Method TestSmallReadBuffer

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

Source from the content-addressed store, hash-verified

160}
161
162func (s) TestSmallReadBuffer(t *testing.T) {
163 for _, rp := range recordProtocols {
164 testSmallReadBuffer(t, rp)
165 }
166}
167
168func testLargeMsg(t *testing.T, rp string) {
169 clientConn, serverConn := newConnPair(rp, nil, nil)

Callers

nothing calls this directly

Calls 1

testSmallReadBufferFunction · 0.85

Tested by

no test coverage detected