feat(TSG-7599): 修改测试用例

This commit is contained in:
“pengxuanzheng”
2021-09-06 15:26:20 +08:00
committed by pengxuanzheng
parent 8c49f4d2c2
commit 89a92df45a
15 changed files with 148 additions and 119 deletions

View File

@@ -470,7 +470,7 @@ int main(int argc, char *argv[])
return -1;
}
//初始化hos instance
hos_instance hos_instance = hos_init_instance(conf_path, module, thread_sum, bucket);
hos_instance hos_instance = hos_init_instance(conf_path, module, thread_sum);
if (hos_instance == NULL)
{
printf("error:hos_client_handle\n error:[%d]%s\n", hos_get_init_instance_errorcode(), hos_get_init_instance_errormsg());