提交 2c8b7588 编写于 作者: A Alex Duan

test: add case tag index passed ok1

上级 b4d84f1e
......@@ -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
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册