summaryrefslogtreecommitdiff
path: root/tests/cluster/cluster.tcl
diff options
context:
space:
mode:
authorYossi Gottlieb <yossigo@gmail.com>2021-04-13 00:00:57 +0300
committerGitHub <noreply@github.com>2021-04-13 00:00:57 +0300
commit5e3a15ae1b58630a10639b34cd016ba9c0ff6b15 (patch)
treea973569e93d6a676c3736e61d719646babbc0872 /tests/cluster/cluster.tcl
parenta0e19e3cf153ffbd8b1c7e72249d22b92f71532f (diff)
downloadredis-5e3a15ae1b58630a10639b34cd016ba9c0ff6b15.tar.gz
Fix failing cluster tests. (#8763)
Disable replica migration to avoid a race condition where the migrated-from node turns into a replica. Long term, this test should probably be improved to handle multiple slots and accept such auto migrations but this is a quick fix to stabilize the CI without completely dropping this test.
Diffstat (limited to 'tests/cluster/cluster.tcl')
-rw-r--r--tests/cluster/cluster.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cluster/cluster.tcl b/tests/cluster/cluster.tcl
index fb10fffcc..e95789282 100644
--- a/tests/cluster/cluster.tcl
+++ b/tests/cluster/cluster.tcl
@@ -174,4 +174,4 @@ proc wait_for_cluster_propagation {} {
} else {
fail "cluster config did not reach a consistent state"
}
-} \ No newline at end of file
+}