From 58bcde208376250bea358dc648236d0576331412 Mon Sep 17 00:00:00 2001 From: wangjiaming0909 <604227650@qq.com> Date: Wed, 23 Oct 2024 19:30:34 +0800 Subject: [PATCH] fix test tsma.py --- tests/system-test/2-query/tsma.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/system-test/2-query/tsma.py b/tests/system-test/2-query/tsma.py index 976e190e44..1e115cff79 100644 --- a/tests/system-test/2-query/tsma.py +++ b/tests/system-test/2-query/tsma.py @@ -1347,7 +1347,6 @@ class TDTestCase: self.wait_query(f'select * from information_schema.ins_tables where table_name = "{res_tb}"', 0, wait_query_seconds) res_tb = TSMAQCBuilder().md5('1.test.tsma1_t4') self.wait_query(f'select * from information_schema.ins_tables where table_name = "{res_tb}"', 0, wait_query_seconds) - time.sleep(9999999) # test drop stream tdSql.error('drop stream tsma1', -2147471088) ## TSMA must be dropped first