GitHub user granders opened a pull request:
https://github.com/apache/kafka/pull/878
MINOR: Updated kafkatest version to match version specified in
gradle.properties
This discrepancy was causing a few system tests which to some version
validation to fail consistently on 0.9.0 branch. Namely:
```
Module: kafkatest.sanity_checks.test_verifiable_producer
Class: TestVerifiableProducer
Method: test_simple_run
Arguments:
{
"producer_version": "0.8.2.2"
}
Module: kafkatest.sanity_checks.test_verifiable_producer
Class: TestVerifiableProducer
Method: test_simple_run
Arguments:
{
"producer_version": "trunk"
}
Module: kafkatest.sanity_checks.test_kafka_version
Class: KafkaVersionTest
Method: test_multi_version
```
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/confluentinc/kafka
increment-kafkatest-version-0.9.0
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/kafka/pull/878.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 #878
----
commit bbc70530d5439863d53543bed5d298cbf646e9e7
Author: Geoff Anderson <[email protected]>
Date: 2016-02-04T01:37:24Z
Updated kafkatest version to match kafka version specified in
gradle.properties
----
---
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 [email protected] or file a JIRA ticket
with INFRA.
---