提交 b442c771 编写于 作者: J jiacy-jcy

update test case

上级 8a90af3f
...@@ -19,7 +19,7 @@ class TDTestCase: ...@@ -19,7 +19,7 @@ class TDTestCase:
# datetime.datetime.now().strftime("%Y-%m-%d"), "%Y-%m-%d") # datetime.datetime.now().strftime("%Y-%m-%d"), "%Y-%m-%d")
# print(today_date) # print(today_date)
time_zone = (os.popen('timedatectl | grep zone').read().strip().split(',')[1].lstrip())[0:5] time_zone = os.popen('date "+%z"').read().strip()
tdSql.execute('create database db1 precision "ms"') tdSql.execute('create database db1 precision "ms"')
tdSql.execute('use db1') tdSql.execute('use db1')
tdSql.execute('create table if not exists ntb(ts timestamp, c1 int, c2 timestamp)') tdSql.execute('create table if not exists ntb(ts timestamp, c1 int, c2 timestamp)')
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册