未验证 提交 cc365938 编写于 作者: D dapan1121 提交者: GitHub

Merge pull request #10255 from taosdata/feature/qnode

feature/qnode
......@@ -809,6 +809,7 @@ void *ctgTestSetCtableMetaThread(void *param) {
return NULL;
}
#if 0
TEST(tableMeta, normalTable) {
struct SCatalog *pCtg = NULL;
......@@ -1764,6 +1765,8 @@ TEST(rentTest, allRent) {
memset(&gCtgMgmt, 0, sizeof(gCtgMgmt));
}
#endif
int main(int argc, char **argv) {
testing::InitGoogleTest(&argc, argv);
return RUN_ALL_TESTS();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册