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

This commit is contained in:
Madelyn Olson 2022-01-30 22:44:32 -08:00 committed by GitHub
parent d364ede59c
commit 8b1cda7568
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ source "../../../tests/support/cli.tcl"
# 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.
test "Create a 5 nodes cluster" {
create_cluster 5 15
cluster_create_with_continuous_slots 5 15
}
test "Cluster is up" {

View File

@ -9,7 +9,7 @@ source "../tests/includes/utils.tcl"
# 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.
test "Create a 5 nodes cluster" {
create_cluster 5 15
cluster_create_with_continuous_slots 5 15
}
test "Cluster is up" {