mirror of https://github.com/milvus-io/milvus.git
Update compact case for dup id less search result (#13071)
Signed-off-by: ThreadDao <yufen.zong@zilliz.com>pull/13185/head
parent
786444e322
commit
723c397291
|
@ -426,7 +426,7 @@ class TestCompactionOperation(TestcaseBase):
|
|||
4.load and search
|
||||
expected: Verify search result and index info
|
||||
"""
|
||||
collection_w = self.collection_insert_multi_segments_one_shard(prefix, nb_of_segment=ct.default_nb)
|
||||
collection_w = self.collection_insert_multi_segments_one_shard(prefix, nb_of_segment=ct.default_nb, is_dup=False)
|
||||
|
||||
# compact
|
||||
collection_w.compact()
|
||||
|
|
Loading…
Reference in New Issue