You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by gw...@apache.org on 2015/09/02 20:33:12 UTC

kafka git commit: TRIVIAL: Updated testing readme

Repository: kafka
Updated Branches:
  refs/heads/trunk 17f85fcde -> d0adf6abe


TRIVIAL: Updated testing readme

Minor update to point to testing tutorial, and install the correct version of vagrant-hostmanager

Author: Geoff Anderson <ge...@confluent.io>

Reviewers: Gwen Shapira

Closes #187 from granders/minor-testing-readme-update


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

Branch: refs/heads/trunk
Commit: d0adf6abec7a61004d9fe35fc9999a40a953ea7b
Parents: 17f85fc
Author: Geoff Anderson <ge...@confluent.io>
Authored: Wed Sep 2 11:33:07 2015 -0700
Committer: Gwen Shapira <cs...@gmail.com>
Committed: Wed Sep 2 11:33:07 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/kafka/blob/d0adf6ab/tests/README.md
----------------------------------------------------------------------
diff --git a/tests/README.md b/tests/README.md
index ffbc0d5..bfeacbb 100644
--- a/tests/README.md
+++ b/tests/README.md
@@ -9,13 +9,17 @@ result reporter and utilities to pull up and tear down services.)
 Local Quickstart
 ----------------
 This quickstart will help you run the Kafka system tests on your local machine.
+For a tutorial on how to setup and run the Kafka system tests, see 
+https://cwiki.apache.org/confluence/display/KAFKA/tutorial+-+set+up+and+run+Kafka+system+tests+with+ducktape
 
 * Install Virtual Box from [https://www.virtualbox.org/](https://www.virtualbox.org/) (run `$ vboxmanage --version` to check if it's installed).
 * Install Vagrant >= 1.6.4 from [http://www.vagrantup.com/](http://www.vagrantup.com/) (run `vagrant --version` to check if it's installed).
 * Install Vagrant Plugins:
 
         # Required
-        $ vagrant plugin install vagrant-hostmanager vagrant-cachier
+        # Note that vagrant-hostmanager v1.6.0 and up breaks our Vagrant scripts
+        $ vagrant plugin install vagrant-hostmanager --plugin-version 1.5.0
+        $ vagrant plugin install vagrant-cachier
 
 * Build a specific branch of Kafka