提交 f9055c46 编写于 作者: P plum-lihui

test: modify case of sync

上级 c2e006ac
...@@ -220,7 +220,6 @@ if $data[0][4] == LEADER then ...@@ -220,7 +220,6 @@ if $data[0][4] == LEADER then
print ---- vgroup $data[0][0] leader switch to dnode $data[0][3] print ---- vgroup $data[0][0] leader switch to dnode $data[0][3]
elif $data[0][6] == LEADER then elif $data[0][6] == LEADER then
print ---- vgroup $data[0][0] leader switch to dnode $data[0][5] print ---- vgroup $data[0][0] leader switch to dnode $data[0][5]
endi
elif $data[0][8] == LEADER then elif $data[0][8] == LEADER then
print ---- vgroup $data[0][0] leader switch to dnode $data[0][7] print ---- vgroup $data[0][0] leader switch to dnode $data[0][7]
else else
...@@ -342,7 +341,6 @@ elif $data[0][6] == LEADER then ...@@ -342,7 +341,6 @@ elif $data[0][6] == LEADER then
goto check_vg_ready_3 goto check_vg_ready_3
endi endi
print ---- vgroup $data[0][0] leader locating dnode $data[0][7] print ---- vgroup $data[0][0] leader locating dnode $data[0][7]
endi
elif $data[0][8] == LEADER then elif $data[0][8] == LEADER then
if $data[0][4] == LEADER then if $data[0][4] == LEADER then
goto check_vg_ready_3 goto check_vg_ready_3
......
...@@ -420,7 +420,6 @@ elif $data[0][6] == LEADER then ...@@ -420,7 +420,6 @@ elif $data[0][6] == LEADER then
goto check_vg_ready_3 goto check_vg_ready_3
endi endi
print ---- vgroup $data[0][0] leader locating dnode $data[0][7] print ---- vgroup $data[0][0] leader locating dnode $data[0][7]
endi
elif $data[0][8] == LEADER then elif $data[0][8] == LEADER then
if $data[0][4] == LEADER then if $data[0][4] == LEADER then
goto check_vg_ready_3 goto check_vg_ready_3
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册