mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-06 05:49:24 +08:00
Merge remote-tracking branch 'upstream/branch-0.5.0' into branch-0.5.0-yk
Former-commit-id: ad651d0e1449457558975c03928e845e43fe4860
This commit is contained in:
commit
72ead4e35a
@ -23,8 +23,6 @@
|
||||
#include "utils/ValidationUtil.h"
|
||||
#include "server/Config.h"
|
||||
|
||||
using namespace milvus;
|
||||
|
||||
namespace {
|
||||
|
||||
static const char *CONFIG_FILE_PATH = "./milvus/conf/server_config.yaml";
|
||||
@ -37,7 +35,7 @@ static constexpr uint64_t GB = MB * 1024;
|
||||
} // namespace
|
||||
|
||||
TEST(ConfigTest, CONFIG_TEST) {
|
||||
server::ConfigMgr *config_mgr = server::YamlConfigMgr::GetInstance();
|
||||
milvus::server::ConfigMgr *config_mgr = milvus::server::YamlConfigMgr::GetInstance();
|
||||
|
||||
milvus::Status s = config_mgr->LoadConfigFile("");
|
||||
ASSERT_FALSE(s.ok());
|
||||
|
Loading…
Reference in New Issue
Block a user