From d87f375405e34d25fe10dcc3d6ab881329009ec6 Mon Sep 17 00:00:00 2001 From: dapan1121 Date: Fri, 23 Dec 2022 16:20:25 +0800 Subject: [PATCH] fix: fix case issue --- tests/script/tsim/parser/fill.sim | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/tests/script/tsim/parser/fill.sim b/tests/script/tsim/parser/fill.sim index b0841d6712..0510f80419 100644 --- a/tests/script/tsim/parser/fill.sim +++ b/tests/script/tsim/parser/fill.sim @@ -1075,16 +1075,11 @@ if $loop_count == 20 then return -1 endi -if $data00 != 20026 then +if $data00 != 40052 then print =====data00=$data00 goto loop0 endi -if $data10 != 20026 then - print =====data10=$data10 - goto loop0 -endi - sql select _wstart, count(a) from st where ts >= 1648712201000 and ts <= 1648732226000 partition by tbname interval(1s) fill(prev); if $rows != 40052 then