Update irate.py

This commit is contained in:
wenzhouwww 2022-08-15 16:39:05 +08:00 committed by GitHub
parent ac39e06207
commit 0a75d71b55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -78,9 +78,7 @@ class TDTestCase:
# prepare datas
tdSql.execute(
f"create database if not exists {dbname} keep 3650 duration 1000")
tdSql.execute(f"use {dbname} ")
time.sleep(2)
tdSql.execute(
f'''create table {dbname}.stb1
(ts timestamp, c1 int, c2 bigint, c3 smallint, c4 tinyint, c5 float, c6 double, c7 bool, c8 binary(16),c9 nchar(32), c10 timestamp)