Repository: kafka
Updated Branches:
  refs/heads/trunk 1ad74f5b7 -> 889da45dd


MINOR: Improve instructions for running system tests with docker

Author: Eno Thereska <eno.there...@gmail.com>

Reviewers: Ismael Juma <ism...@juma.me.uk>

Closes #3649 from enothereska/minor-docker-docs


Project: http://git-wip-us.apache.org/repos/asf/kafka/repo
Commit: http://git-wip-us.apache.org/repos/asf/kafka/commit/889da45d
Tree: http://git-wip-us.apache.org/repos/asf/kafka/tree/889da45d
Diff: http://git-wip-us.apache.org/repos/asf/kafka/diff/889da45d

Branch: refs/heads/trunk
Commit: 889da45dd00af266ddf2154a062903bd0d4cad17
Parents: 1ad74f5
Author: Eno Thereska <eno.there...@gmail.com>
Authored: Wed Aug 9 23:35:13 2017 +0100
Committer: Ismael Juma <ism...@juma.me.uk>
Committed: Wed Aug 9 23:35:13 2017 +0100

----------------------------------------------------------------------
 tests/README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kafka/blob/889da45d/tests/README.md
----------------------------------------------------------------------
diff --git a/tests/README.md b/tests/README.md
index b3746a3..41ed2a6 100644
--- a/tests/README.md
+++ b/tests/README.md
@@ -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

Reply via email to