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

fix: change tools/taosdumpTestNanoSupport.py keep to 36500 for2.4 (#14426)

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

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

add binary case to fulltest-tools

* fix: change tools/taosdumpTestNanoSupport.py keep to 36500
上级 6ca7389c
...@@ -59,7 +59,7 @@ class TDTestCase: ...@@ -59,7 +59,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.
先完成此消息的编辑!
想要评论请 注册