Update compact case for dup id less search result (#13071)

Signed-off-by: ThreadDao <yufen.zong@zilliz.com>
pull/13185/head
ThreadDao 2021-12-10 16:54:22 +08:00 committed by GitHub
parent 786444e322
commit 723c397291
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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()