Revert cluster slot migration tests. (#8806)

Disables #8649 and subsequent attempts to stabilize the test.
This commit is contained in:
Yossi Gottlieb 2021-04-18 20:51:08 +03:00 committed by GitHub
parent a9897b0084
commit c0f5c678c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 0 deletions

View File

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

View File

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