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

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

上级 d8a7f525
...@@ -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.
先完成此消息的编辑!
想要评论请 注册