未验证 提交 56517b7b 编写于 作者: S Shengliang Guan 提交者: GitHub

Merge pull request #5425 from taosdata/feature/tqueue

fix ci error
...@@ -740,11 +740,7 @@ endi ...@@ -740,11 +740,7 @@ endi
if $data02 != 1 then if $data02 != 1 then
return -1 return -1
endi endi
#numofvgroups
sql show t1.vgroups;
if $rows != 1 then
return -1
endi
sql show t1.stables; sql show t1.stables;
if $rows != 1 then if $rows != 1 then
return -1 return -1
...@@ -773,11 +769,8 @@ endi ...@@ -773,11 +769,8 @@ endi
if $data02 != 2 then if $data02 != 2 then
return -1 return -1
endi endi
#numofvgroups
sql show t1.vgroups;
if $rows != 2 then
return -1
endi
sql show t1.stables; sql show t1.stables;
if $rows != 1 then if $rows != 1 then
return -1 return -1
...@@ -806,11 +799,7 @@ endi ...@@ -806,11 +799,7 @@ endi
if $data02 != 3 then if $data02 != 3 then
return -1 return -1
endi endi
#numofvgroups
sql show t1.vgroups;
if $rows != 3 then
return -1
endi
sql show t1.stables; sql show t1.stables;
if $rows != 1 then if $rows != 1 then
return -1 return -1
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册