提交 92ea7517 编写于 作者: J jiajingbin

add tdSql.execute('reset query cache') to function resHandle()

上级 4320d641
......@@ -277,6 +277,7 @@ class TDTestCase:
return tb_name
def resHandle(self, query_sql, query_tag):
tdSql.execute('reset query cache')
row_info = tdSql.query(query_sql, query_tag)
col_info = tdSql.getColNameList(query_sql, query_tag)
res_row_list = []
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册