From 2c8b75885a0f04f0f4219b277b027db226eac6de Mon Sep 17 00:00:00 2001 From: Alex Duan <417921451@qq.com> Date: Wed, 22 Feb 2023 14:38:32 +0800 Subject: [PATCH] test: add case tag index passed ok1 --- tests/system-test/0-others/tag_index_basic.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/system-test/0-others/tag_index_basic.py b/tests/system-test/0-others/tag_index_basic.py index 76888a247f..195d8910e7 100644 --- a/tests/system-test/0-others/tag_index_basic.py +++ b/tests/system-test/0-others/tag_index_basic.py @@ -190,9 +190,11 @@ class TDTestCase: # run def run(self): + # var stable = "meters" tbname = "d" count = 1000 + # do self.create_table(stable, tbname, count) self.create_tagidx(stable) self.insert_data(tbname) @@ -209,5 +211,4 @@ class TDTestCase: tdLog.success("%s successfully executed" % __file__) tdCases.addWindows(__file__, TDTestCase()) -tdCases.addLinux(__file__, TDTestCase()) - +tdCases.addLinux(__file__, TDTestCase()) \ No newline at end of file -- GitLab