mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-08 01:58:34 +08:00
test: update nightly case (#44248)
Signed-off-by: nico <cheng.yuan@zilliz.com>
This commit is contained in:
parent
45adf2d426
commit
cc7a6d3ec6
@ -487,7 +487,7 @@ class TestMilvusClientQueryInvalid(TestMilvusClientV2Base):
|
|||||||
self.flush(client, collection_name)
|
self.flush(client, collection_name)
|
||||||
self.load_partitions(client, collection_name, partition_name1)
|
self.load_partitions(client, collection_name, partition_name1)
|
||||||
# 3. query on partition without loading
|
# 3. query on partition without loading
|
||||||
error = {ct.err_code: 65535, ct.err_msg: f"partition name {partition_name2} not found"}
|
error = {ct.err_code: 65535, ct.err_msg: f"partition not loaded"}
|
||||||
self.query(client, collection_name, filter=default_search_exp, partition_names=[partition_name2],
|
self.query(client, collection_name, filter=default_search_exp, partition_names=[partition_name2],
|
||||||
check_task=CheckTasks.err_res, check_items=error)
|
check_task=CheckTasks.err_res, check_items=error)
|
||||||
# 4. clean up
|
# 4. clean up
|
||||||
|
|||||||
@ -28,8 +28,8 @@ pytest-parallel
|
|||||||
pytest-random-order
|
pytest-random-order
|
||||||
|
|
||||||
# pymilvus
|
# pymilvus
|
||||||
pymilvus==2.7.0rc25
|
pymilvus==2.7.0rc26
|
||||||
pymilvus[bulk_writer]==2.7.0rc25
|
pymilvus[bulk_writer]==2.7.0rc26
|
||||||
|
|
||||||
# for protobuf
|
# for protobuf
|
||||||
protobuf>=5.29.5
|
protobuf>=5.29.5
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user