test: add case tag index passed ok1
This commit is contained in:
parent
b4d84f1e5e
commit
2c8b75885a
|
@ -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())
|
Loading…
Reference in New Issue