提交 aba6643b 编写于 作者: C cpwu

fix case

上级 8961f6fa
...@@ -152,8 +152,8 @@ class TDTestCase: ...@@ -152,8 +152,8 @@ class TDTestCase:
tdLog.printNoPrefix("==========current sql condition check , must return query ok==========") tdLog.printNoPrefix("==========current sql condition check , must return query ok==========")
for i in range(len(self.__sqls_list)): for i in range(len(self.__sqls_list)):
tdSql.query(self.__sqls_list[i]) tdSql.query(self.__sqls_list[i])
if i % 10 == 0 : # if i % 10 == 0 :
tdLog.success(f"{i} sql is already executed success !") # tdLog.success(f"{i} sql is already executed success !")
def __join_check_old(self, tblist, checkrows, join_flag=True): def __join_check_old(self, tblist, checkrows, join_flag=True):
query_conditions = self.__query_condition(tblist[0]) query_conditions = self.__query_condition(tblist[0])
......
...@@ -196,8 +196,8 @@ class TDTestCase: ...@@ -196,8 +196,8 @@ class TDTestCase:
for i in range(len(sqls)): for i in range(len(sqls)):
tdSql.query(sqls[i]) tdSql.query(sqls[i])
res1_type = self.__get_type(0) res1_type = self.__get_type(0)
if i % 3 == 0: # if i % 5 == 0:
tdLog.success(f"{i} : sql is already executing!") # tdLog.success(f"{i} : sql is already executing!")
for j in range(len(sqls[i:])): for j in range(len(sqls[i:])):
tdSql.query(sqls[j+i]) tdSql.query(sqls[j+i])
order_union_type = False order_union_type = False
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册