mirror of https://github.com/apache/kafka.git
MINOR: Improve instructions for running system tests with docker
Author: Eno Thereska <eno.thereska@gmail.com> Reviewers: Ismael Juma <ismael@juma.me.uk> Closes #3649 from enothereska/minor-docker-docs
This commit is contained in:
parent
1ad74f5b76
commit
889da45dd0
|
@ -10,9 +10,9 @@ Running tests using docker
|
|||
--------------------------
|
||||
Docker containers can be used for running kafka system tests locally.
|
||||
* Requirements
|
||||
- Docker 1.12.3 is installed and running on the machine.
|
||||
- Test require a single kafka_*SNAPSHOT.tgz to be present in core/build/distributions.
|
||||
This can be done by running ./gradlew clean releaseTarGz
|
||||
- Docker 1.12.3 (or higher) is installed and running on the machine.
|
||||
- Test require a single kafka_*SNAPSHOT.tgz to be present in core/build/distributions, as well as the system test libs.
|
||||
This can be done by running ./gradlew clean systemTestLibs releaseTarGz
|
||||
* Run all tests
|
||||
```
|
||||
bash tests/docker/run_tests.sh
|
||||
|
|
Loading…
Reference in New Issue