mirror of https://github.com/milvus-io/milvus.git
Fix segcore unittest fail (#12326)
Signed-off-by: yudong.cai <yudong.cai@zilliz.com>pull/12327/head
parent
74a4a4e15b
commit
45fac75889
|
@ -2551,7 +2551,7 @@ TEST(CApiTest, SealedSegment_search_without_predicates) {
|
|||
ASSERT_EQ(res.error_code, Success);
|
||||
|
||||
CSearchResult search_result2;
|
||||
auto res2 = Search(segment, plan, placeholderGroup, ts_offset, &search_result);
|
||||
auto res2 = Search(segment, plan, placeholderGroup, ts_offset, &search_result2);
|
||||
ASSERT_EQ(res2.error_code, Success);
|
||||
|
||||
DeleteSearchPlan(plan);
|
||||
|
|
Loading…
Reference in New Issue