Unverified Commit 8b1cda75 authored by Madelyn Olson's avatar Madelyn Olson Committed by GitHub
Browse files

Change replica migration tests to use continous slots to improve speed (#10215)

parent d364ede5
...@@ -10,7 +10,7 @@ source "../../../tests/support/cli.tcl" ...@@ -10,7 +10,7 @@ source "../../../tests/support/cli.tcl"
# Create a cluster with 5 master and 15 slaves, to make sure there are no # Create a cluster with 5 master and 15 slaves, to make sure there are no
# empty masters and make rebalancing simpler to handle during the test. # empty masters and make rebalancing simpler to handle during the test.
test "Create a 5 nodes cluster" { test "Create a 5 nodes cluster" {
create_cluster 5 15 cluster_create_with_continuous_slots 5 15
} }
test "Cluster is up" { test "Cluster is up" {
......
...@@ -9,7 +9,7 @@ source "../tests/includes/utils.tcl" ...@@ -9,7 +9,7 @@ source "../tests/includes/utils.tcl"
# Create a cluster with 5 master and 15 slaves, to make sure there are no # Create a cluster with 5 master and 15 slaves, to make sure there are no
# empty masters and make rebalancing simpler to handle during the test. # empty masters and make rebalancing simpler to handle during the test.
test "Create a 5 nodes cluster" { test "Create a 5 nodes cluster" {
create_cluster 5 15 cluster_create_with_continuous_slots 5 15
} }
test "Cluster is up" { test "Cluster is up" {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment