mirror of
https://github.com/valitydev/riak_test.git
synced 2024-11-06 16:45:29 +00:00
Merge pull request #679 from basho/bugfix/reduce-node-count
use 8 instead of 9 nodes to satisfy giddyup
This commit is contained in:
commit
1012e83b9e
@ -139,7 +139,7 @@ expand_cluster(OldNodes, NewNodes0) ->
|
|||||||
Replacements.
|
Replacements.
|
||||||
|
|
||||||
build_initial_cluster(Config) ->
|
build_initial_cluster(Config) ->
|
||||||
TotalNodes = 9,
|
TotalNodes = 8,
|
||||||
InitialNodes = 3,
|
InitialNodes = 3,
|
||||||
Nodes = rt:deploy_nodes(TotalNodes, Config),
|
Nodes = rt:deploy_nodes(TotalNodes, Config),
|
||||||
Node = hd(Nodes),
|
Node = hd(Nodes),
|
||||||
|
Loading…
Reference in New Issue
Block a user