MINOR: update system test readme

Author: Geoff Anderson <geoff@confluent.io>

Reviewers: Guozhang Wang

Closes #487 from granders/minor-update-test-readme
This commit is contained in:
Geoff Anderson 2015-11-10 11:54:18 -08:00 committed by Guozhang Wang
parent 403d89edea
commit 1d884d1f60
1 changed files with 5 additions and 4 deletions

View File

@ -8,7 +8,7 @@ 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.
This quickstart will help you run the Kafka system tests on your local machine. Note this requires bringing up a cluster of virtual machines on your local computer, which is memory intensive; it currently requires around 10G RAM.
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
@ -16,7 +16,9 @@ https://cwiki.apache.org/confluence/display/KAFKA/tutorial+-+set+up+and+run+Kafk
* Install Vagrant >= 1.6.4 from [http://www.vagrantup.com/](http://www.vagrantup.com/) (run `vagrant --version` to check if it's installed).
* Install system test dependiences, including ducktape, a command-line tool and library for testing distributed systems.
$ python tests/setup.py develop
$ cd kafka/tests
$ python setup.py develop
$ cd .. # back to base kafka directory
* Run the bootstrap script to set up Vagrant for testing
@ -34,8 +36,7 @@ https://cwiki.apache.org/confluence/display/KAFKA/tutorial+-+set+up+and+run+Kafk
* Run the system tests using ducktape:
$ cd tests
$ ducktape kafkatest/tests
$ ducktape tests/kafkatest/tests
EC2 Quickstart
--------------