Merge branch 'feature/wal' of https://github.com/taosdata/TDengine into feature/wal
This commit is contained in:
commit
6f87cced0a
|
@ -340,7 +340,7 @@ print dnode1 $data4_1
|
||||||
print dnode2 $data4_2
|
print dnode2 $data4_2
|
||||||
print dnode3 $data4_3
|
print dnode3 $data4_3
|
||||||
print dnode4 $data4_4
|
print dnode4 $data4_4
|
||||||
print dnode4 $data4_5
|
print dnode5 $data4_5
|
||||||
|
|
||||||
if $data4_5 != ready then
|
if $data4_5 != ready then
|
||||||
goto step13
|
goto step13
|
||||||
|
@ -380,13 +380,13 @@ $dnode5Vnodes = $data2_5
|
||||||
print dnode5 $dnode2Vnodes
|
print dnode5 $dnode2Vnodes
|
||||||
|
|
||||||
if $dnode1Vnodes != 2 then
|
if $dnode1Vnodes != 2 then
|
||||||
return -1
|
goto step13
|
||||||
endi
|
endi
|
||||||
if $dnode4Vnodes != 2 then
|
if $dnode4Vnodes != 2 then
|
||||||
return -1
|
goto step13
|
||||||
endi
|
endi
|
||||||
if $dnode5Vnodes != 2 then
|
if $dnode5Vnodes != 2 then
|
||||||
return -1
|
goto step13
|
||||||
endi
|
endi
|
||||||
|
|
||||||
print ============================== step14
|
print ============================== step14
|
||||||
|
|
Loading…
Reference in New Issue