mirror of
https://github.com/redis/redis.git
synced 2026-06-09 00:33:08 -04:00
Change replica migration tests to use continous slots to improve speed (#10215)
This commit is contained in:
parent
d364ede59c
commit
8b1cda7568
2 changed files with 2 additions and 2 deletions
|
|
@ -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" {
|
||||
|
|
|
|||
|
|
@ -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" {
|
||||
|
|
|
|||
Loading…
Reference in a new issue