提交 7fab0805 编写于 作者: wmmhello's avatar wmmhello

Merge branch 'fix/TD-11459' into feature/TD-6129

...@@ -135,8 +135,9 @@ class TDTestCase: ...@@ -135,8 +135,9 @@ class TDTestCase:
tdSql.execute("insert into std3 values(now + 5s, 4);") tdSql.execute("insert into std3 values(now + 5s, 4);")
tdSql.execute("insert into std3 values(now + 6s, 8);") tdSql.execute("insert into std3 values(now + 6s, 8);")
tdSql.query("select stddev(col1) from stdtable group by loc;") tdSql.query("select stddev(col1) from stdtable group by loc;")
tdSql.checkData(0, 0, 0.5) tdSql.checkData(0, 0, 2.0)
tdSql.checkData(1, 0, 0.5) tdSql.checkData(1, 0, 0.5)
tdSql.checkData(2, 0, 0.5)
tdSql.execute("create table stdtableint(ts timestamp, col1 int) tags(num int)") tdSql.execute("create table stdtableint(ts timestamp, col1 int) tags(num int)")
tdSql.execute("create table stdint1 using stdtableint tags(1)") tdSql.execute("create table stdint1 using stdtableint tags(1)")
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册