Modify unstable ut (#27602)

Signed-off-by: lixinguo <xinguo.li@zilliz.com>
Co-authored-by: lixinguo <xinguo.li@zilliz.com>
pull/27619/head
smellthemoon 2023-10-10 20:01:32 +08:00 committed by GitHub
parent a9982aa7c6
commit 3b8d1ec5fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1152,7 +1152,7 @@ class TestCompactionOperation(TestcaseBase):
is_dup=False)
collection_w.create_index(ct.default_float_vec_field_name, ct.default_index)
log.debug(collection_w.index())
df = cf.gen_default_dataframe_data()
df = cf.gen_default_dataframe_data(start=ct.default_nb*2)
def do_flush():
collection_w.insert(df)