未验证 提交 b429e019 编写于 作者: sangshuduo's avatar sangshuduo 提交者: GitHub

fix: change tools/taosdumpTestNanoSupport.py keep to 36500 (#14425)

* [TD-14009]<fix>: taosdump test case uncertain result

* fix: change tools/taosdumpTestNanoSupport.py keep to 36500
上级 270b6f2a
...@@ -61,7 +61,7 @@ class TDTestCase: ...@@ -61,7 +61,7 @@ class TDTestCase:
def build_db(precision, start_time): def build_db(precision, start_time):
tdSql.execute("drop database if exists timedb1") tdSql.execute("drop database if exists timedb1")
tdSql.execute( tdSql.execute(
"create database timedb1 days 10 keep 365 blocks 8 precision " + "create database timedb1 days 10 keep 36500 blocks 8 precision " +
"\"" + "\"" +
precision + precision +
"\"") "\"")
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册