fix test cases

This commit is contained in:
Ganlin Zhao 2022-08-11 16:21:31 +08:00
parent 72d6802231
commit 19ab8ba58c
80 changed files with 2077 additions and 2077 deletions

View File

@ -99,12 +99,12 @@ if $loop_test == 0 then
$loop_cnt = 0 $loop_cnt = 0
check_dnode_ready_0: check_dnode_ready_0:
$loop_cnt = $loop_cnt + 1 $loop_cnt = $loop_cnt + 1
sleep 200 sleep 200
if $loop_cnt == 10 then if $loop_cnt == 10 then
print ====> dnode not ready! print ====> dnode not ready!
return -1 return -1
endi endi
sql show dnodes sql show dnodes
print ===> $rows $data00 $data01 $data02 $data03 $data04 $data05 print ===> $rows $data00 $data01 $data02 $data03 $data04 $data05
if $data00 != 1 then if $data00 != 1 then