mirror of https://github.com/milvus-io/milvus.git
Modify unstable ut (#27602)
Signed-off-by: lixinguo <xinguo.li@zilliz.com> Co-authored-by: lixinguo <xinguo.li@zilliz.com>pull/27619/head
parent
a9982aa7c6
commit
3b8d1ec5fd
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue