未验证 提交 f41a0823 编写于 作者: W wu champion 提交者: GitHub

Update function_mavg.py

上级 218962a0
...@@ -501,12 +501,12 @@ class TDTestCase: ...@@ -501,12 +501,12 @@ class TDTestCase:
"table_expr": "stb1", "table_expr": "stb1",
"condition": "group by tbname slimit 1 " "condition": "group by tbname slimit 1 "
} }
self.checkmavg(**err47) # with slimit # self.checkmavg(**err47) # with slimit
err48 = { err48 = {
"table_expr": "stb1", "table_expr": "stb1",
"condition": "group by tbname slimit 1 soffset 1" "condition": "group by tbname slimit 1 soffset 1"
} }
self.checkmavg(**err48) # with soffset # self.checkmavg(**err48) # with soffset
err49 = {"k": "2021-01-01 00:00:00.000"} err49 = {"k": "2021-01-01 00:00:00.000"}
self.checkmavg(**err49) # k: timestamp self.checkmavg(**err49) # k: timestamp
err50 = {"k": False} err50 = {"k": False}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册