提交 9fd7743e 编写于 作者: W wenzhouwww

[TD-12228]<test>(query) add test case for cache error

上级 93ca78db
...@@ -368,7 +368,6 @@ class TDTestCase: ...@@ -368,7 +368,6 @@ class TDTestCase:
for qt_where_sub_new in qt_where_sub_new: for qt_where_sub_new in qt_where_sub_new:
qt_where_sub_new = str(qt_where_sub_new).replace("(","").replace(")","").replace("'","").replace("\"","").replace(",","").replace("=","") qt_where_sub_new = str(qt_where_sub_new).replace("(","").replace(")","").replace("'","").replace("\"","").replace(",","").replace("=","")
conn1 = taos.connect(host="127.0.0.1", user="root", password="taosdata", config="/etc/taos/") conn1 = taos.connect(host="127.0.0.1", user="root", password="taosdata", config="/etc/taos/")
cur1 = conn1.cursor() cur1 = conn1.cursor()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册