diff --git a/tests/script/tsim/dnode/drop_dnode_has_multi_vnode_replica3.sim b/tests/script/tsim/dnode/drop_dnode_has_multi_vnode_replica3.sim index 8169830790..e1b7c4a3a4 100644 --- a/tests/script/tsim/dnode/drop_dnode_has_multi_vnode_replica3.sim +++ b/tests/script/tsim/dnode/drop_dnode_has_multi_vnode_replica3.sim @@ -222,12 +222,6 @@ if $rows != 4 then return -1 endi -print =============== step6: select data -sql show d1.tables -if $rows != 1 then - return -1 -endi - print =============== step62 wait vgroup2 $x = 0 step62: @@ -348,6 +342,13 @@ if $leaderExist != 1 then goto step65 endi +print =============== step7: select data +print ===> $data00 $data01 +sql show d1.tables +if $rows != 1 then + return -1 +endi + system sh/exec.sh -n dnode1 -s stop -x SIGINT system sh/exec.sh -n dnode2 -s stop -x SIGINT system sh/exec.sh -n dnode3 -s stop -x SIGINT