This commit is contained in:
Shengliang Guan 2020-12-28 14:04:13 +08:00
parent 8358c51f30
commit 852f48912f
1 changed files with 4 additions and 4 deletions

View File

@ -340,7 +340,7 @@ print dnode1 $data4_1
print dnode2 $data4_2
print dnode3 $data4_3
print dnode4 $data4_4
print dnode4 $data4_5
print dnode5 $data4_5
if $data4_5 != ready then
goto step13
@ -380,13 +380,13 @@ $dnode5Vnodes = $data2_5
print dnode5 $dnode2Vnodes
if $dnode1Vnodes != 2 then
return -1
goto step13
endi
if $dnode4Vnodes != 2 then
return -1
goto step13
endi
if $dnode5Vnodes != 2 then
return -1
goto step13
endi
print ============================== step14