milvus/tests/python_client/base
elstic 2c462d387b
test: Fix index creation mismatch for sparse vector columns in multivector case (#34618)
If `is_all_data_type` is true, the case will add float32, f16, bf16, and
sparse vectors, but the created indexes are all `flat` indexes by
default. The sparse type cannot create a flat index. Fix the test code
to create a `SPARSE_INVERTED_INDEX` index for the sparse vector when
is_all_data_type is true

Signed-off-by: elstic <hao.wang@zilliz.com>
2024-07-13 10:45:37 +08:00
..
client_base.py test: Fix index creation mismatch for sparse vector columns in multivector case (#34618) 2024-07-13 10:45:37 +08:00
collection_wrapper.py test: remove dup code (#34242) 2024-06-28 10:46:04 +08:00
connections_wrapper.py test: update test cases about rbac (#29088) 2024-01-30 11:33:02 +08:00
database_wrapper.py [cherry-pick] Add database and db rbac test cases (#23952) (#24685) 2023-06-29 15:38:23 +08:00
high_level_api_wrapper.py enhance: update test cases and increase timeout of rbac pipeline (#30549) 2024-02-07 10:54:47 +08:00
index_wrapper.py add diskann testcase with search,query (#20727) 2022-11-23 09:55:12 +08:00
partition_wrapper.py Modify Partition flush timeout to 120s (#27217) 2023-09-19 21:47:23 +08:00
schema_wrapper.py enhance: update pymilvus api (#29362) 2023-12-22 09:46:43 +08:00
utility_wrapper.py test: update test cases about rbac (#29088) 2024-01-30 11:33:02 +08:00