test:reduce to 1000 rowNumbers per tables in testcases
This commit is contained in:
parent
525a817d80
commit
48bbd0eeeb
|
@ -315,7 +315,7 @@ if $row != 100 then
|
||||||
endi
|
endi
|
||||||
|
|
||||||
sql select * from wh_mt0 where c3 is null and tbname in ('test_null_filter');
|
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
|
return -1
|
||||||
endi
|
endi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue