mirror of
https://github.com/valitydev/riak_test.git
synced 2024-11-06 16:45:29 +00:00
aae no longer needs to be off in verify_dynamic_ring test
This commit is contained in:
parent
55c17390a5
commit
0f1ef71b68
@ -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],
|
||||
|
Loading…
Reference in New Issue
Block a user