We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a697b2f commit 71861a6Copy full SHA for 71861a6
tests/unit/cluster/half-migrated-slot.tcl
@@ -81,10 +81,11 @@ test "Move key back" {
81
assert_equal "xyz" [$cluster get aga]
82
}
83
84
+reset_cluster
85
+
86
test "Half-finish importing" {
87
# Now we half finish 'importing' node
88
assert_equal {OK} [$nodeto(link) cluster setslot 609 node $nodeto(id)]
- assert_equal {OK} [$nodefrom(link) cluster setslot 609 node $nodeto(id)]
89
fix_cluster $nodefrom(addr)
90
91
0 commit comments