I'm in your cluster, testing your riaks
Go to file
2012-08-29 12:10:24 -07:00
doc Initial release 2012-01-10 17:21:39 -07:00
src Added checks for installed riak versions 2012-08-29 12:10:24 -07:00
tests Added @todo for partition_repair, doesn't currently work when using rtdev-mixed 2012-08-28 06:55:58 -07:00
.gitignore Added .DS_Store to .gitignore 2012-08-28 06:58:31 -07:00
Makefile Initial release 2012-01-10 17:21:39 -07:00
README.md Added the capacity for a ~/.riak_test.config file 2012-08-15 12:48:50 -07:00
rebar Initial release 2012-01-10 17:21:39 -07:00
rebar.config First pass at adding getopt to riak_test 2012-08-29 10:06:28 -07:00
riak_test.config.sample Added the capacity for a ~/.riak_test.config file 2012-08-15 12:48:50 -07:00
rtbe.config Minor config changes, add rt:async_start 2012-04-02 13:42:46 -07:00
rtdev-build-releases.sh Prompt before using kerl, add RC URLs 2012-07-29 15:08:14 -04:00
rtdev-current.sh Add mixed-cluster config + helper script + upgrade test 2012-04-27 17:11:39 -07:00
rtdev-mixed.config Fix search tester in loaded_upgrade 2012-08-08 17:51:33 -07:00
rtdev-setup-releases.sh Add exec permission 2012-07-29 15:09:59 -04:00
rtdev-setup.sh Update rtdev-setup.sh to work with recent path changes 2012-07-19 20:15:53 -07:00
rtdev.config run mapred_verify via mapred_verify_rt tests 2012-07-16 12:14:44 -04:00

Riak Test

Quick Start

Assumes riak_test and riak and/or riak-ee are all checked out in the same parent folder

  1. Edit your cp riak_test.config.sample to ~/.riak_test.config
  2. Update your new ~/.riak_test.config file's rt_deps url
  3. cd ../riak[-ee]
  4. make devrel
  5. . ../riak_test/rtdev-setup.sh
  6. cd back to riak_test
  7. riak_test rtdev verify_build_cluster

~/.riak_test.config stores multiple configurations, and you can pass them by name as the first argument to riak_test. First it looks for a file with that name in your local directory, if it doesn't find it, it looks for something with that name in ~/.riak_test.config