mirror of
https://github.com/valitydev/riak_test.git
synced 2024-11-06 08:35:22 +00:00
I'm in your cluster, testing your riaks
bin | ||
doc | ||
src | ||
tests | ||
.gitignore | ||
Makefile | ||
README.md | ||
rebar | ||
rebar.config | ||
riak_test.config.sample | ||
rtbe.config | ||
rtdev-mixed.config | ||
rtdev-setup.sh | ||
rtdev.config |
Riak Test
Quick Start
Assumes riak_test
and riak
and/or riak-ee
are all checked out in the same parent folder
- Edit your
cp riak_test.config.sample
to~/.riak_test.config
- Update your new
~/.riak_test.config
file's rt_deps url cd ../riak[-ee]
make devrel
. ../riak_test/rtdev-setup.sh
cd back to riak_test
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