fix: add statecount check

This commit is contained in:
Alex Duan 2024-01-27 10:25:13 +08:00
parent c431abda5d
commit 9232e92720
1 changed files with 2 additions and 0 deletions

View File

@ -375,6 +375,8 @@ class TDTestCase(TBase):
sql = f"select stateduration(9.9,'{ops[i]}',11.1,1s);"
#tdSql.checkFirstValue(sql, vals[i]) bug need fix
tdSql.execute(sql)
sql = "select statecount(9,'EQAAAA',10);"
tdSql.error(sql)
# histogram check crash
sqls = [