Merge pull request #10255 from taosdata/feature/qnode

feature/qnode
This commit is contained in:
dapan1121 2022-02-14 19:20:04 +08:00 committed by GitHub
commit cc365938de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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();