test: update sdk version and skip some debug log (#46040)

Signed-off-by: nico <cheng.yuan@zilliz.com>
This commit is contained in:
nico 2025-12-04 10:33:11 +08:00 committed by GitHub
parent f85e86a6ec
commit 43fe215787
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 7 additions and 7 deletions

View File

@ -595,7 +595,7 @@ class ResponseChecker:
log.error(f"Query result {query_res} is not list")
return False
log.warning(f'Expected query result is {exp_res}')
# log.warning(f'Expected query result is {exp_res}')
@staticmethod
def check_query_iterator(query_res, func_name, check_items):

View File

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

View File

@ -272,7 +272,7 @@ class TestAsyncMilvusClient(TestMilvusClientV2Base):
assert _index["indexed_rows"] == async_default_nb
assert _index["state"] == "Finished"
_load, _ = await self.async_milvus_client_wrap.get_load_state(c_name)
assert _load == LoadState.Loaded
assert _load['state'] == LoadState.Loaded
# dql tasks
tasks = []