提交 d7cbf940 编写于 作者: S starlord

fix unittest unstable case


Former-commit-id: 2cc58215ffb327741e90824fecedf8a3073eebcc
上级 a68e501b
......@@ -217,7 +217,7 @@ TEST_F(DBTest, SEARCH_TEST) {
{//search by specify index file
engine::meta::DatesT dates;
std::vector<std::string> file_ids = {"1", "2", "3", "4"};
std::vector<std::string> file_ids = {"4", "5"};
engine::QueryResults results;
stat = db_->Query(TABLE_NAME, file_ids, k, nq, xq.data(), dates, results);
ASSERT_STATS(stat);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册