Merge pull request #6446 from taosdata/test/SessionWindow
test session on second timestamp fields
This commit is contained in:
commit
a18dabb127
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue