MCPcopy
hub / github.com/IBM/sarama / TestOffsetRequestV4

Function TestOffsetRequestV4

offset_request_test.go:104–110  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

102}
103
104func TestOffsetRequestV4(t *testing.T) {
105 request := new(OffsetRequest)
106 request.Version = 4
107 request.IsolationLevel = ReadCommitted
108 request.AddBlock("dnwe", 9, -1, -1)
109 testRequest(t, "V4", request, offsetRequestV4)
110}

Callers

nothing calls this directly

Calls 2

testRequestFunction · 0.85
AddBlockMethod · 0.45

Tested by

no test coverage detected