mirror of
https://github.com/fluencelabs/redis
synced 2025-04-13 20:56:03 +00:00
Cluster test: use 20 instances.
This makes tests a bit slower, but it is better to test things at a decent scale instead of using just a few nodes, and for a few tests we actually need so many nodes.
This commit is contained in:
parent
e8631a6991
commit
4a3db25504
@ -6,7 +6,7 @@ cd tests/cluster
|
|||||||
source cluster.tcl
|
source cluster.tcl
|
||||||
source ../instances.tcl
|
source ../instances.tcl
|
||||||
|
|
||||||
set ::instances_count 5 ; # How many instances we use at max.
|
set ::instances_count 20 ; # How many instances we use at max.
|
||||||
|
|
||||||
proc main {} {
|
proc main {} {
|
||||||
parse_options
|
parse_options
|
||||||
|
Loading…
x
Reference in New Issue
Block a user