Fix google test case.

This commit is contained in:
xiao-77 2024-11-27 14:59:10 +08:00
parent 08402e60be
commit 4f64bae0de
1 changed files with 4 additions and 0 deletions

View File

@ -17,6 +17,10 @@
void* serverLoop(void* param) { void* serverLoop(void* param) {
TestServer* server = (TestServer*)param; TestServer* server = (TestServer*)param;
if (taosInitCfg(configDir, NULL, NULL, NULL, NULL, 0) != 0){
return NULL;
}
if (dmInit() != 0) { if (dmInit() != 0) {
return NULL; return NULL;