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

Function TestFuncProducingZstd

functional_producer_test.go:43–47  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

41}
42
43func TestFuncProducingZstd(t *testing.T) {
44 config := NewFunctionalTestConfig()
45 config.Producer.Compression = CompressionZSTD
46 testProducingMessages(t, config, V2_1_0_0) // must be at least 2.1.0.0 for zstd
47}
48
49func TestFuncProducingNoResponse(t *testing.T) {
50 config := NewFunctionalTestConfig()

Callers

nothing calls this directly

Calls 2

NewFunctionalTestConfigFunction · 0.85
testProducingMessagesFunction · 0.85

Tested by

no test coverage detected