✨ feat(TSG-7599): 修改测试用例
This commit is contained in:
committed by
pengxuanzheng
parent
8c49f4d2c2
commit
89a92df45a
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user