Merge pull request #427 from basho/bugfix/csm/siblings-build-cluster

Use allow_mult=false for testing.
This commit is contained in:
Christopher Meiklejohn 2013-10-24 10:43:55 -07:00
commit 5d9e07f235

View File

@ -26,6 +26,8 @@
wait_until_no_pending_changes/1]).
confirm() ->
%% test requires allow_mult=false b/c of rt:systest_read
rt:set_conf(all, [{"buckets.default.siblings", "off"}]),
%% Deploy a set of new nodes
lager:info("Deploying 4 nodes"),
%% handoff_concurrency needs to be raised to make the leave operation faster.
@ -102,4 +104,4 @@ wait_and_validate(RingNodes, UpNodes) ->
[rt:wait_for_service(Node, riak_kv) || Node <- UpNodes],
lager:info("Verify that you got much data... (this is how we do it)"),
?assertEqual([], rt:systest_read(hd(UpNodes), 0, 1000, <<"verify_build_cluster">>, 2)),
done.
done.