Skip to content

Commit

Permalink
Merge pull request #1726 from Shopify/diego_zstd-functional-test
Browse files Browse the repository at this point in the history
Include zstd on the functional tests
  • Loading branch information
d1egoaz committed Jun 18, 2020
2 parents 0189d59 + 0af1b4d commit 6523153
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions functional_producer_test.go
Expand Up @@ -31,6 +31,13 @@ func TestFuncProducingSnappy(t *testing.T) {
testProducingMessages(t, config)
}

func TestFuncProducingZstd(t *testing.T) {
config := NewConfig()
config.Version = V2_1_0_0
config.Producer.Compression = CompressionZSTD
testProducingMessages(t, config)
}

func TestFuncProducingNoResponse(t *testing.T) {
config := NewConfig()
config.Producer.RequiredAcks = NoResponse
Expand Down

0 comments on commit 6523153

Please sign in to comment.