test: adjust case

This commit is contained in:
Shengliang Guan 2022-07-20 19:24:41 +08:00
parent 76eeeb8cac
commit 6275ac14c7
1 changed files with 1 additions and 1 deletions

View File

@ -223,7 +223,7 @@ return -1
endi
print ===================>td-1477, one table has only one block occurs this bug.
sql select _wstart, first(size), count(*), LAST(SIZE), tbname from stest where tbname in ('test1', 'test2') partition by tbname interval(1d) ;
sql select _wstart, first(size), count(*), LAST(SIZE), tbname from stest where tbname in ('test1', 'test2') partition by tbname interval(1d) order by tbname asc;
if $rows != 2 then
return -1
endi