未验证 提交 563003c0 编写于 作者: W wenzhouwww 提交者: GitHub

[TD-12228]<test> (query)add test case

上级 e74996c2
...@@ -128,7 +128,6 @@ class TDTestCase: ...@@ -128,7 +128,6 @@ class TDTestCase:
fake.random_int(min=-9223372036854775807, max=0, step=1), fake.random_int(min=-9223372036854775807, max=0, step=1),
fake.random_int(min=-32767, max=0, step=1) , fake.random_int(min=-127, max=0, step=1) , fake.random_int(min=-32767, max=0, step=1) , fake.random_int(min=-127, max=0, step=1) ,
fake.pyfloat() , fake.pyfloat() , fake.pystr() , fake.address() , self.ts + i)) fake.pyfloat() , fake.pyfloat() , fake.pystr() , fake.address() , self.ts + i))
tdSql.query("select count(*) from stable_1;") tdSql.query("select count(*) from stable_1;")
tdSql.checkData(0,0,3000) tdSql.checkData(0,0,3000)
tdSql.query("select count(*) from regular_table_1;") tdSql.query("select count(*) from regular_table_1;")
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册