fix: add statecount check
This commit is contained in:
parent
c431abda5d
commit
9232e92720
|
@ -375,6 +375,8 @@ class TDTestCase(TBase):
|
||||||
sql = f"select stateduration(9.9,'{ops[i]}',11.1,1s);"
|
sql = f"select stateduration(9.9,'{ops[i]}',11.1,1s);"
|
||||||
#tdSql.checkFirstValue(sql, vals[i]) bug need fix
|
#tdSql.checkFirstValue(sql, vals[i]) bug need fix
|
||||||
tdSql.execute(sql)
|
tdSql.execute(sql)
|
||||||
|
sql = "select statecount(9,'EQAAAA',10);"
|
||||||
|
tdSql.error(sql)
|
||||||
|
|
||||||
# histogram check crash
|
# histogram check crash
|
||||||
sqls = [
|
sqls = [
|
||||||
|
|
Loading…
Reference in New Issue