summaryrefslogtreecommitdiff
path: root/tests/cluster
diff options
context:
space:
mode:
authorYossi Gottlieb <yossigo@gmail.com>2021-04-18 20:51:08 +0300
committerGitHub <noreply@github.com>2021-04-18 20:51:08 +0300
commitc0f5c678c2e848899427160cf468e3727f0b752d (patch)
tree4009f54d9cf337cfb01160fb8aac2aef0a166352 /tests/cluster
parenta9897b0084919d85c64e6a41a0fea0f882550760 (diff)
downloadredis-c0f5c678c2e848899427160cf468e3727f0b752d.tar.gz
Revert cluster slot migration tests. (#8806)
Disables #8649 and subsequent attempts to stabilize the test.
Diffstat (limited to 'tests/cluster')
-rw-r--r--tests/cluster/tests/20-half-migrated-slot.tcl6
-rw-r--r--tests/cluster/tests/21-many-slot-migration.tcl6
2 files changed, 12 insertions, 0 deletions
diff --git a/tests/cluster/tests/20-half-migrated-slot.tcl b/tests/cluster/tests/20-half-migrated-slot.tcl
index e78867961..229b3a86d 100644
--- a/tests/cluster/tests/20-half-migrated-slot.tcl
+++ b/tests/cluster/tests/20-half-migrated-slot.tcl
@@ -4,6 +4,11 @@
# 3. migration inited, but not finished
# 4. migration is half finished on "migrating" node
# 5. migration is half finished on "importing" node
+
+# TODO: Test is currently disabled until it is stabilized (fixing the test
+# itself or real issues in Redis).
+
+if {false} {
source "../tests/includes/init-tests.tcl"
source "../tests/includes/utils.tcl"
@@ -90,3 +95,4 @@ test "Half-finish importing" {
}
config_set_all_nodes cluster-allow-replica-migration yes
+}
diff --git a/tests/cluster/tests/21-many-slot-migration.tcl b/tests/cluster/tests/21-many-slot-migration.tcl
index 22020505c..ccfff74e0 100644
--- a/tests/cluster/tests/21-many-slot-migration.tcl
+++ b/tests/cluster/tests/21-many-slot-migration.tcl
@@ -1,5 +1,10 @@
# Tests for many simlutaneous migrations.
+# TODO: Test is currently disabled until it is stabilized (fixing the test
+# itself or real issues in Redis).
+
+if {false} {
+
source "../tests/includes/init-tests.tcl"
source "../tests/includes/utils.tcl"
@@ -56,3 +61,4 @@ test "Keys are accessible" {
}
config_set_all_nodes cluster-allow-replica-migration yes
+}