提交 c5b931d5 编写于 作者: X Xu Peng

test(db): fix test error after impl exception


Former-commit-id: 71184ffe49ac0130d2002aef4f8f55c825414d0c
上级 9dcc68b8
......@@ -16,7 +16,8 @@ using namespace zilliz::vecwise;
TEST_F(DBTest, CONFIG_TEST) {
{
EXPECT_DEATH(engine::ArchiveConf conf("wrong"), "");
ASSERT_ANY_THROW(engine::ArchiveConf conf("wrong"));
/* EXPECT_DEATH(engine::ArchiveConf conf("wrong"), ""); */
}
{
engine::ArchiveConf conf("delete");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册