提交 cc2edace 编写于 作者: G groot

add test infomation


Former-commit-id: a5ac7a483a0f21182069dd2727f1832d0f94ae97
上级 f385115c
......@@ -135,6 +135,7 @@ TEST(AddVector, CLIENT_TEST) {
}
session.interface()->add_vector(id, GetGroupID(), tensor);
} catch (zilliz::VecException& ex) {
CLIENT_LOG_ERROR << "request encounter exception: " << ex.what();
ASSERT_EQ(ex.code, zilliz::VecErrCode::ILLEGAL_ARGUMENT);
}
......@@ -143,6 +144,7 @@ TEST(AddVector, CLIENT_TEST) {
session.interface()->get_group(temp_group, GetGroupID());
//ASSERT_TRUE(temp_group.id.empty());
} catch (zilliz::VecException& ex) {
CLIENT_LOG_ERROR << "request encounter exception: " << ex.what();
ASSERT_EQ(ex.code, zilliz::VecErrCode::GROUP_NOT_EXISTS);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册