This commit is contained in:
cpwu 2022-05-26 10:52:13 +08:00
parent 0dfd598b08
commit 30efd647d7
2 changed files with 2 additions and 2 deletions

View File

@ -147,7 +147,7 @@ class TDTestCase:
def __test_error(self):
tdLog.printNoPrefix("==========err sql condition check , must return error==========")
tbname = ["ct1", "ct2", "ct4", "t1", "stb1"]
tbname = ["ct1", "ct4", "t1", "stb1"]
for tb in tbname:
for errsql in self.__concat_err_check(tb):

View File

@ -147,7 +147,7 @@ class TDTestCase:
def __test_error(self):
tdLog.printNoPrefix("==========err sql condition check , must return error==========")
tbname = ["ct1", "ct2", "ct4", "t1", "stb1"]
tbname = ["ct1", "ct4", "t1", "stb1"]
for tb in tbname:
for errsql in self.__concat_ws_err_check(tb):