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:
ranshid 2024-07-01 02:30:46 +03:00 committed by GitHub
parent e4c1f6d45a
commit 24208812a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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