This commit is contained in:
cpwu 2022-05-07 15:43:24 +08:00
parent bf4757ccd4
commit 65a1cc542a
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ class TDTestCase:
tdLog.printNoPrefix("==========current sql condition check , must return query ok==========")
tbname = ["ct1", "ct2", "ct4", "t1", "stb1"]
for tb in tbname:
self.__concat_current_check(tb)
self.__concat_current_check(tb,2)
tdLog.printNoPrefix(f"==========current sql condition check in {tb} over==========")
def __test_error(self):