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 ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---