aae no longer needs to be off in verify_dynamic_ring test

This commit is contained in:
Jordan West 2013-05-03 10:11:27 -07:00
parent 55c17390a5
commit 0f1ef71b68

View File

@ -31,9 +31,7 @@
confirm() ->
rt:update_app_config(all, [{riak_core,
[{ring_creation_size, ?START_SIZE}]},
{riak_kv,
[{anti_entropy, {off, []}}]}]),
[{ring_creation_size, ?START_SIZE}]}]),
[ANode, AnotherNode, YetAnother, ReplacingNode] = AllNodes = rt:deploy_nodes(4),
Nodes = [ANode, AnotherNode, YetAnother],
NewNodes = [ANode, YetAnother, ReplacingNode],