Merge pull request #15514 from taosdata/fix/valgrind

test: valgrind case
This commit is contained in:
Shengliang Guan 2022-07-28 16:51:05 +08:00 committed by GitHub
commit 15eb005b5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -62,6 +62,8 @@ sql select * from ct1 where ts < now -1d and ts > now +1d
sql select * from stb where ts < now -1d and ts > now +1d
sql select * from ct1 where ts < now -1d and ts > now +1d order by ts desc
sql select * from stb where ts < now -1d and ts > now +1d order by ts desc
sql select * from ct1 where t1 between 1000 and 2500
sql select * from stb where t1 between 1000 and 2500
print =============== step7: count
sql select count(*) from ct1;