From 0a75d71b55f33b1e8de1ad653c3a8d1f921acb37 Mon Sep 17 00:00:00 2001 From: wenzhouwww Date: Mon, 15 Aug 2022 16:39:05 +0800 Subject: [PATCH] Update irate.py --- tests/system-test/2-query/irate.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/system-test/2-query/irate.py b/tests/system-test/2-query/irate.py index 80e32a9885..a64e7695c3 100644 --- a/tests/system-test/2-query/irate.py +++ b/tests/system-test/2-query/irate.py @@ -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)