Skip to content

Commit

Permalink
flaky test fix
Browse files Browse the repository at this point in the history
Signed-off-by: Sarthak Aggarwal <[email protected]>
  • Loading branch information
sarthakaggarwal97 committed Jan 8, 2025
1 parent 0a89571 commit e56d8f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/unit/cluster/half-migrated-slot.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ test "Move key back" {
test "Half-finish importing" {
# Now we half finish 'importing' node
assert_equal {OK} [$nodeto(link) cluster setslot 609 node $nodeto(id)]
assert_equal {OK} [$nodefrom(link) cluster setslot 609 node $nodeto(id)]
fix_cluster $nodefrom(addr)
assert_equal "xyz" [$cluster get aga]
}
Expand Down

0 comments on commit e56d8f9

Please sign in to comment.