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

@@ -87,7 +87,7 @@ typedef void (*put_finished_callback)(bool result, const char *bucket, const cha
* thread_num 线程数
* 返回值: hos 实例创建结果
*************************************************************************************/
hos_instance hos_init_instance(const char *conf_path, const char *module, size_t thread_num, const char *bucket);
hos_instance hos_init_instance(const char *conf_path, const char *module, size_t thread_num);
/*************************************************************************************
* 函数名: hos_get_instance
* 返回值: hos_instance 成功result 为true