GitHub user apovzner opened a pull request: https://github.com/apache/kafka/pull/980
KAFKA-3201: Added rolling upgrade system tests from 0.8 and 0.9 to 0.10 Three main tests: 1. Setup: Producer (0.8) â Kafka Cluster â Consumer (0.8) First rolling bounce: Set inter.broker.protocol.version = 0.8 and message.format.version = 0.8 Second rolling bonus, use latest (default) inter.broker.protocol.version and message.format.version 2. Setup: Producer (0.9) â Kafka Cluster â Consumer (0.9) First rolling bounce: Set inter.broker.protocol.version = 0.9 and message.format.version = 0.9 Second rolling bonus, use latest (default) inter.broker.protocol.version and message.format.version 3. Setup: Producer (0.9) â Kafka Cluster â Consumer (0.9) First rolling bounce: Set inter.broker.protocol.version = 0.9 and message.format.version = 0.9 Second rolling bonus: use inter.broker.protocol.version = 0.10 and message.format.version = 0.9 Plus couple of variations of these tests using old/new consumer or no compression / snappy compression. Also added optional extra verification to ProduceConsumeValidate test to verify that all acks received by producer are successful. You can merge this pull request into a Git repository by running: $ git pull https://github.com/apovzner/kafka kafka-3201-02 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/980.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 #980 ---- commit 35e7362e316419675cf6614787fcc2d12fae6e74 Author: Anna Povzner <a...@confluent.io> Date: 2016-02-26T22:09:14Z KAFKA-3201: Added rolling upgrade system tests from 0.8 and 0.9 to 0.10 commit 208a50458ecff8ef1bf9b601c1162e796ad7de28 Author: Anna Povzner <a...@confluent.io> Date: 2016-02-26T22:59:22Z Upgrade system tests ensure all producer acks are successful commit dce6ff016c575aae30587c92f71159886158972c Author: Anna Povzner <a...@confluent.io> Date: 2016-02-26T23:18:37Z Using one producer in upgrade test, because --prefixValue is only supported in verifiable producer in trunk ---- --- 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. ---