enh: time-consuming test case

This commit is contained in:
facetosea 2024-11-13 11:35:45 +08:00
parent 0bb872c1d9
commit 8e2ded98dd
1 changed files with 3 additions and 5 deletions

View File

@ -1590,11 +1590,9 @@ class TDTestCase(TDTestCase):
self.modify_tables() self.modify_tables()
tdSql.execute('alter local "countAlwaysReturnValue" "0"') tdSql.execute('alter local "countAlwaysReturnValue" "0"')
for i in range(2): self.tag_count_all()
self.tag_count_all() self.tbname_count_all()
self.tbname_count_all() self.tbname_agg_all()
self.tbname_agg_all()
endTime = time.time() endTime = time.time()
print("total time %ds" % (endTime - startTime)) print("total time %ds" % (endTime - startTime))