未验证 提交 f5e6f0d7 编写于 作者: S Shengliang Guan 提交者: GitHub

Merge pull request #2818 from taosdata/hotfix/sangshuduo/fix-stable-query-after-reset-case

change error wording determination to comply tdengine's change.
......@@ -76,7 +76,7 @@ class Test:
tdSql.query("select * from st")
except Exception as e:
tdLog.info("Exception catched: %s" % repr(e))
if ('mnode invalid table name' not in repr(e)):
if ('Table does not exist' not in repr(e)):
raise Exception(repr(e))
def create_stable(self):
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册