mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
Modify test cases of create index (#20149)
Signed-off-by: nico <cheng.yuan@zilliz.com> Signed-off-by: nico <cheng.yuan@zilliz.com>
This commit is contained in:
parent
19baecdc4d
commit
f32f23ca2b
@ -801,7 +801,6 @@ class TestQueryParams(TestcaseBase):
|
||||
"""
|
||||
# init collection with fields: int64, float, float_vec
|
||||
collection_w = self.init_collection_general(prefix, insert_data=True, nb=100)[0]
|
||||
collection_w.create_index(ct.default_float_vec_field_name, index_params=ct.default_flat_index)
|
||||
collection_w.load()
|
||||
|
||||
# query with invalid output_fields
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user