GitHub user raghavgautam opened a pull request:
https://github.com/apache/kafka/pull/2376
KAFKA-4467: Run tests on travis-ci using docker
@ijuma @ewencp @cmccabe @harshach Please review.
Here is a sample run:
https://travis-ci.org/raghavgautam/kafka/builds/191714520
GitHub user raghavgautam opened a pull request:
https://github.com/apache/kafka/pull/2197
KAFKA-4465: Create docker image and scripts for running tests locally
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/raghavgautam/kafka
GitHub user raghavgautam opened a pull request:
https://github.com/apache/kafka/pull/2064
KAFKA-4345: Run decktape test for each pull request
As of now the ducktape tests that we have for kafka are not run for pull
request. We can run these test using travis-ci. Here is a sample