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

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

for 3.0
上级 f01e5e4b
......@@ -60,7 +60,7 @@ class TDTestCase:
def build_db(precision, start_time):
tdSql.execute("drop database if exists timedb1")
tdSql.execute(
"create database timedb1 duration 10 keep 365 blocks 8 precision "+"\""+precision+"\"")
"create database timedb1 duration 10 keep 36500 blocks 8 precision "+"\""+precision+"\"")
tdSql.execute("use timedb1")
tdSql.execute(
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册