Skip to content

Commit

Permalink
Merge branch 'docs' of git://github.com/sambrightman/zk-smoketest
Browse files Browse the repository at this point in the history
  • Loading branch information
phunt committed Aug 18, 2013
2 parents 9a7281b + 588f6b2 commit aea8c16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.textile
Expand Up @@ -54,7 +54,7 @@ Verbose output includes timing information for some critical operations (connect
PYTHONPATH=lib.linux-i686-2.6 LD_LIBRARY_PATH=lib.linux-i686-2.6 ./zk-smoketest.py --servers "host:port(,host:port)*" PYTHONPATH=lib.linux-i686-2.6 LD_LIBRARY_PATH=lib.linux-i686-2.6 ./zk-smoketest.py --servers "host:port(,host:port)*"
</code> </code>


*Note*: you may need to compile the zookeeper python binding yourself, this project includes only 32bit linux binaries. Additionally, the smoketest scripts rely on some changes to the zkpython binding that are not yet released, so if you do compile yourself you will need to compile zkpython from the Apache "ZooKeeper SVN trunk":http://zookeeper.apache.org/svn.html (this should be addressed as soon as ZooKeeper 3.3.0 is released). *Note*: you may need to compile the zookeeper python binding yourself, this project includes only 32/64-bit Linux binaries. Additionally, the smoketest scripts rely on some changes to the zkpython binding that are not yet released, so if you do compile yourself you will need to compile zkpython from the Apache "ZooKeeper SVN trunk":http://zookeeper.apache.org/svn.html (this should be addressed as soon as ZooKeeper 3.3.0 is released).


On success the last line of output will be "Smoke test successful", otw an exception will be raised. On success the last line of output will be "Smoke test successful", otw an exception will be raised.


Expand Down

0 comments on commit aea8c16

Please sign in to comment.