From b528eb2a7be6984392baf5d15b998d9881d41ea9 Mon Sep 17 00:00:00 2001 From: jiajingbin Date: Mon, 1 Nov 2021 14:06:44 +0800 Subject: [PATCH] [TD-6124]: finish influxdb and opentsdbschemaless test update schemalessInsert.py openTsdbTelnetLinesInsert.py openTsdbJsonInsert.py query/schemalessQueryCrash.py --- tests/pytest/insert/openTsdbJsonInsert.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/pytest/insert/openTsdbJsonInsert.py b/tests/pytest/insert/openTsdbJsonInsert.py index 04598b8712..69099787b4 100644 --- a/tests/pytest/insert/openTsdbJsonInsert.py +++ b/tests/pytest/insert/openTsdbJsonInsert.py @@ -1478,7 +1478,6 @@ class TDTestCase: s_stb_s_tb_d_ts_m_tag_list, s_stb_s_tb_d_ts_a_tag_list, s_stb_d_tb_d_ts_list, \ s_stb_d_tb_d_ts_m_tag_list, s_stb_d_tb_d_ts_a_tag_list - def genMultiThreadSeq(self, sql_list): tlist = list() for insert_sql in sql_list: -- GitLab