Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Very minor misspelling in some tests #705

Merged
merged 1 commit into from
Jun 28, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tests/unit/cluster/slot-migration.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ start_cluster 3 5 {tags {external:skip cluster} overrides {cluster-allow-replica
wait_for_slot_state 7 "\[609-<-$R0_id\]"
}

test "Empty-shard migration target is auto-updated after faiover in target shard" {
test "Empty-shard migration target is auto-updated after failover in target shard" {
wait_for_role 6 master
# Trigger an auto-failover from R6 to R7
fail_server 6
Expand All @@ -271,7 +271,7 @@ start_cluster 3 5 {tags {external:skip cluster} overrides {cluster-allow-replica
wait_for_slot_state 7 "\[609-<-$R0_id\]"
}

test "Empty-shard migration source is auto-updated after faiover in source shard" {
test "Empty-shard migration source is auto-updated after failover in source shard" {
wait_for_role 0 master
# Trigger an auto-failover from R0 to R3
fail_server 0
Expand Down
Loading