From 48bbd0eeebff0f145539d4f2d4cd370067825c84 Mon Sep 17 00:00:00 2001 From: gccgdb1234 Date: Wed, 15 Mar 2023 11:49:02 +0800 Subject: [PATCH] test:reduce to 1000 rowNumbers per tables in testcases --- tests/script/tsim/parser/where.sim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/script/tsim/parser/where.sim b/tests/script/tsim/parser/where.sim index 9b2be3b71d..8ab47dacaf 100644 --- a/tests/script/tsim/parser/where.sim +++ b/tests/script/tsim/parser/where.sim @@ -315,7 +315,7 @@ if $row != 100 then endi sql select * from wh_mt0 where c3 is null and tbname in ('test_null_filter'); -if $rows != 1000 then +if $rows != 10000 then return -1 endi