提交 061a7996 编写于 作者: J jiajingbin

test: update schemaless-insert 1-insert/opentsdb_telnet_line_taosc_insert.py to CI

上级 4abcac39
...@@ -36,10 +36,10 @@ class TDTestCase: ...@@ -36,10 +36,10 @@ class TDTestCase:
if db_update_tag == 0: if db_update_tag == 0:
tdSql.execute(f"drop database if exists {name}") tdSql.execute(f"drop database if exists {name}")
tdSql.execute(f"create database if not exists {name} precision 'ms'") tdSql.execute(f"create database if not exists {name} precision 'us'")
else: else:
tdSql.execute(f"drop database if exists {name}") tdSql.execute(f"drop database if exists {name}")
tdSql.execute(f"create database if not exists {name} precision 'ms' update 1") tdSql.execute(f"create database if not exists {name} precision 'ns' update 1")
tdSql.execute(f'use {name}') tdSql.execute(f'use {name}')
def timeTrans(self, time_value, ts_type): def timeTrans(self, time_value, ts_type):
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册