提交 873d4127 编写于 作者: C cpwu

fix case

上级 ca32a732
......@@ -200,9 +200,9 @@ class TDTestCase:
def __test_current(self):
tdSql.query("select hyperloglog(ts) from ct1")
tdSql.checkRows(self.rows)
tdSql.checkRows(1)
tdSql.query("select hyperloglog(c1) from ct2")
tdSql.checkRows(self.rows + 2)
tdSql.checkRows(1)
tdSql.query("select hyperloglog(c1) from ct4 group by c1")
tdSql.checkRows(self.rows + 3)
tdSql.query("select hyperloglog(c1) from ct4 group by c7")
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册