提交 bc2c3032 编写于 作者: H happyguoxy

[TD-6635]<test>:modify python file about ts = 1600000**

上级 770ceb9c
......@@ -26,7 +26,10 @@ class TDTestCase:
tdLog.debug("start to execute %s" % __file__)
tdSql.init(conn.cursor(), logSql)
self.ts = 1538548685000
os.system("rm -rf tools/taosdemoAllTest/TD-5213/insert4096columns_not_use_taosdemo.py.sql")
now = time.time()
self.ts = int(round(now * 1000))
self.num = 100
def get_random_string(self, length):
......@@ -691,7 +694,7 @@ class TDTestCase:
tdSql.query("describe table_40")
tdSql.checkRows(4096)
os.system("rm -rf tools/taosdemoAllTest/TD-5213/insert4096columns_not_use_taosdemo.py.sql")
def stop(self):
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册