未验证 提交 a18dabb1 编写于 作者: H huili 提交者: GitHub

Merge pull request #6446 from taosdata/test/SessionWindow

test session on second timestamp fields
......@@ -118,7 +118,9 @@ class TDTestCase:
tdSql.checkRows(2)
tdSql.checkData(0, 1, 3)
tdSql.error("select count(*) from dev_001 session(i,1s)")
# test second timestamp fileds
tdSql.execute("create table secondts(ts timestamp,t2 timestamp,i int)")
tdSql.error("select count(*) from secondts session(t2,2s)")
def stop(self):
tdSql.close()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册