summaryrefslogtreecommitdiff
path: root/tests/support/server.tcl
diff options
context:
space:
mode:
authorMadelyn Olson <34459052+madolson@users.noreply.github.com>2022-10-02 23:25:16 -0700
committerGitHub <noreply@github.com>2022-10-03 09:25:16 +0300
commit663fbd34592aef3d24ac347ad00dbd02f3c7b713 (patch)
treea31b9cf7ec239be605fa94d0104e7f39f668d676 /tests/support/server.tcl
parenta549b78c48121c698c84536d25404a23f01c167d (diff)
downloadredis-663fbd34592aef3d24ac347ad00dbd02f3c7b713.tar.gz
Stabilize cluster hostnames tests (#11307)
This PR introduces a couple of changes to improve cluster test stability: 1. Increase the cluster node timeout to 3 seconds, which is similar to the normal cluster tests, but introduce a new mechanism to increase the ping period so that the tests are still fast. This new config is a debug config. 2. Set `cluster-replica-no-failover yes` on a wider array of tests which are sensitive to failovers. This was occurring on the ARM CI.
Diffstat (limited to 'tests/support/server.tcl')
-rw-r--r--tests/support/server.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/support/server.tcl b/tests/support/server.tcl
index 6cc846b97..a23224bd7 100644
--- a/tests/support/server.tcl
+++ b/tests/support/server.tcl
@@ -418,7 +418,7 @@ proc start_server {options {code undefined}} {
set baseconfig $value
}
"overrides" {
- set overrides $value
+ set overrides [concat $overrides $value]
}
"config_lines" {
set config_lines $value