Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
c0f5c678
Unverified
Commit
c0f5c678
authored
Apr 18, 2021
by
Yossi Gottlieb
Committed by
GitHub
Apr 18, 2021
Browse files
Revert cluster slot migration tests. (#8806)
Disables #8649 and subsequent attempts to stabilize the test.
parent
a9897b00
Changes
2
Hide whitespace changes
Inline
Side-by-side
tests/cluster/tests/20-half-migrated-slot.tcl
View file @
c0f5c678
...
...
@@ -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
}
tests/cluster/tests/21-many-slot-migration.tcl
View file @
c0f5c678
# 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
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment