From f953f2f70b5ae0671b463500908172809a8fe0c7 Mon Sep 17 00:00:00 2001 From: nico <109071306+NicoYuan1986@users.noreply.github.com> Date: Wed, 27 Mar 2024 11:15:09 +0800 Subject: [PATCH] enhance: update pymilvus version (#31526) pr: #31529 Signed-off-by: nico --- tests/python_client/requirements.txt | 2 +- tests/python_client/testcases/test_connection.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/python_client/requirements.txt b/tests/python_client/requirements.txt index 0b84ad5741..f4a48ef77f 100644 --- a/tests/python_client/requirements.txt +++ b/tests/python_client/requirements.txt @@ -12,7 +12,7 @@ allure-pytest==2.7.0 pytest-print==0.2.1 pytest-level==0.1.1 pytest-xdist==2.5.0 -pymilvus==2.4.0rc53 +pymilvus==2.4.0 pytest-rerunfailures==9.1.1 git+https://github.com/Projectplace/pytest-tags ndg-httpsclient diff --git a/tests/python_client/testcases/test_connection.py b/tests/python_client/testcases/test_connection.py index 402487d84c..7e8a5c196e 100644 --- a/tests/python_client/testcases/test_connection.py +++ b/tests/python_client/testcases/test_connection.py @@ -791,7 +791,7 @@ class TestConnectionOperation(TestcaseBase): # drop collection failed self.collection_wrap.drop(check_task=ct.CheckTasks.err_res, - check_items={ct.err_code: 0, ct.err_msg: "should create connect first"}) + check_items={ct.err_code: 1, ct.err_msg: "should create connect first"}) # successfully created default connection self.connection_wrap.connect(alias=DefaultConfig.DEFAULT_USING, host=host, port=port,