[ https://issues.apache.org/jira/browse/KAFKA-3214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15159778#comment-15159778 ]
ASF GitHub Bot commented on KAFKA-3214: --------------------------------------- GitHub user apovzner opened a pull request: https://github.com/apache/kafka/pull/958 KAFKA-3214: Added system tests for compressed topics Added the following tests: 1. Extended TestVerifiableProducer (sanity check test) to test Trunk with snappy compression (one producer/one topic). 2. Added CompressionTest that tests 3 producers: 2a) each uses a different compression; 2b) each either uses snappy compression or no compression. Enabled VerifiableProducer to run producers with different compression types (passed in the constructor). You can merge this pull request into a Git repository by running: $ git pull https://github.com/apovzner/kafka kafka-3214 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/958.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #958 ---- commit 588d4caf3f8830dfcc185da30dfdb40de04cd7cd Author: Anna Povzner <a...@confluent.io> Date: 2016-02-23T22:22:34Z KAFKA-3214: Added system tests for compressed topics ---- > Add consumer system tests for compressed topics > ----------------------------------------------- > > Key: KAFKA-3214 > URL: https://issues.apache.org/jira/browse/KAFKA-3214 > Project: Kafka > Issue Type: Test > Components: consumer > Reporter: Jason Gustafson > Assignee: Anna Povzner > > As far as I can tell, we don't have any ducktape tests which verify > correctness when compression is enabled. If we did, we might have caught > KAFKA-3179 earlier. -- This message was sent by Atlassian JIRA (v6.3.4#6332)