Increase ping and cluster timeout for cluster-slots test (#717)
cluster-slots test is tesing a very fragmented slots range of a relatively large cluster. For this reason, when run under valgrind, some of the nodes are timing out when cluster is attempting to converge and propagate. This pr sets the test's cluster-node-timeout to 90000 and cluster-ping-interval to 1000. Signed-off-by: ranshid <ranshid@amazon.com>
This commit is contained in:
parent
e4c1f6d45a
commit
24208812a6
@ -10,7 +10,7 @@ proc cluster_allocate_mixedSlots {masters replicas} {
|
||||
}
|
||||
}
|
||||
|
||||
start_cluster 5 10 {tags {external:skip cluster}} {
|
||||
start_cluster 5 10 {overrides {cluster-ping-interval 1000 cluster-node-timeout 90000} tags {external:skip cluster}} {
|
||||
|
||||
test "Cluster is up" {
|
||||
wait_for_cluster_state ok
|
||||
|
Loading…
x
Reference in New Issue
Block a user