Skip to content

Commit

Permalink
Very minor misspelling in some tests (#705)
Browse files Browse the repository at this point in the history
Fix misspelling "faiover" instead of "failover" in two test cases.

Signed-off-by: w. ian douglas <[email protected]>
  • Loading branch information
iandouglas authored Jun 28, 2024
1 parent 2979fe6 commit b59762f
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit b59762f

Please sign in to comment.