mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-22 16:18:28 -05:00
Change replica migration tests to use continous slots to improve speed (#10215)
This commit is contained in:
parent
d364ede59c
commit
8b1cda7568
@ -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 New Issue
Block a user