From 49225e3ef513b903a008f43b5b6d365285046098 Mon Sep 17 00:00:00 2001 From: Shengliang Guan Date: Fri, 12 Mar 2021 07:32:52 +0000 Subject: [PATCH] fix ci error --- tests/script/general/db/topic1.sim | 19 ++++--------------- 1 file changed, 4 insertions(+), 15 deletions(-) diff --git a/tests/script/general/db/topic1.sim b/tests/script/general/db/topic1.sim index e9e0bb5567..cdfb8ea2ec 100644 --- a/tests/script/general/db/topic1.sim +++ b/tests/script/general/db/topic1.sim @@ -740,11 +740,7 @@ endi if $data02 != 1 then return -1 endi -#numofvgroups -sql show t1.vgroups; -if $rows != 1 then - return -1 -endi + sql show t1.stables; if $rows != 1 then return -1 @@ -773,11 +769,8 @@ endi if $data02 != 2 then return -1 endi -#numofvgroups -sql show t1.vgroups; -if $rows != 2 then - return -1 -endi + + sql show t1.stables; if $rows != 1 then return -1 @@ -806,11 +799,7 @@ endi if $data02 != 3 then return -1 endi -#numofvgroups -sql show t1.vgroups; -if $rows != 3 then - return -1 -endi + sql show t1.stables; if $rows != 1 then return -1 -- GitLab