diff --git a/tests/unit/cluster/half-migrated-slot.tcl b/tests/unit/cluster/half-migrated-slot.tcl index aa24a10709..e120e4ba1a 100644 --- a/tests/unit/cluster/half-migrated-slot.tcl +++ b/tests/unit/cluster/half-migrated-slot.tcl @@ -81,11 +81,11 @@ test "Move key back" { assert_equal "xyz" [$cluster get aga] } +reset_cluster + 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] }