test: update nightly case (#44248)

Signed-off-by: nico <cheng.yuan@zilliz.com>
This commit is contained in:
nico 2025-09-10 10:31:56 +08:00 committed by GitHub
parent 45adf2d426
commit cc7a6d3ec6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -487,7 +487,7 @@ class TestMilvusClientQueryInvalid(TestMilvusClientV2Base):
self.flush(client, collection_name)
self.load_partitions(client, collection_name, partition_name1)
# 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],
check_task=CheckTasks.err_res, check_items=error)
# 4. clean up

View File

@ -28,8 +28,8 @@ pytest-parallel
pytest-random-order
# pymilvus
pymilvus==2.7.0rc25
pymilvus[bulk_writer]==2.7.0rc25
pymilvus==2.7.0rc26
pymilvus[bulk_writer]==2.7.0rc26
# for protobuf
protobuf>=5.29.5