提交 673b2864 编写于 作者: H happyguoxy

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

上级 52ef7731
...@@ -17,6 +17,7 @@ from util.log import tdLog ...@@ -17,6 +17,7 @@ from util.log import tdLog
from util.cases import tdCases from util.cases import tdCases
from util.sql import tdSql from util.sql import tdSql
import random import random
import time
class TDTestCase: class TDTestCase:
...@@ -24,7 +25,8 @@ class TDTestCase: ...@@ -24,7 +25,8 @@ class TDTestCase:
tdLog.debug("start to execute %s" % __file__) tdLog.debug("start to execute %s" % __file__)
tdSql.init(conn.cursor(), logSql) tdSql.init(conn.cursor(), logSql)
self.ts = 1600000000000 now = time.time()
self.ts = int(round(now * 1000))
self.num = 10 self.num = 10
def run(self): def run(self):
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册