提交 ee429df8 编写于 作者: S Shengliang Guan

Merge remote-tracking branch 'origin/develop' into feature/os

......@@ -9,7 +9,7 @@ INCLUDE_DIRECTORIES(inc)
AUX_SOURCE_DIRECTORY(${CMAKE_CURRENT_SOURCE_DIR}/src SRC)
ADD_LIBRARY(twal ${SRC})
TARGET_LINK_LIBRARIES(twal common osdetail tutil)
TARGET_LINK_LIBRARIES(twal tutil common)
ADD_SUBDIRECTORY(test)
......@@ -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.
先完成此消息的编辑!
想要评论请 注册