提交 89d0cbe4 编写于 作者: Z zhanglianlei

[Issue#8479]Fix bug about the operator_cost error

上级 d03b5c43
...@@ -25,8 +25,7 @@ class TDTestCase: ...@@ -25,8 +25,7 @@ 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)
now = time.time() self.ts = 1633333333000
self.ts = int(round(now * 1000))
self.num = 10 self.num = 10
def run(self): def run(self):
...@@ -534,4 +533,4 @@ class TDTestCase: ...@@ -534,4 +533,4 @@ class TDTestCase:
tdCases.addWindows(__file__, TDTestCase()) tdCases.addWindows(__file__, TDTestCase())
tdCases.addLinux(__file__, TDTestCase()) tdCases.addLinux(__file__, TDTestCase())
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册