From b7c78221f800eb3f30420a3b3a446c534e6d56c4 Mon Sep 17 00:00:00 2001 From: nico Date: Tue, 10 Sep 2024 18:50:51 +0800 Subject: [PATCH] test: update test cases and sdk version Signed-off-by: nico --- tests/python_client/requirements.txt | 4 ++-- tests/python_client/testcases/test_search.py | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/tests/python_client/requirements.txt b/tests/python_client/requirements.txt index 219d27fd9b2b4..b5f73e45cc92d 100644 --- a/tests/python_client/requirements.txt +++ b/tests/python_client/requirements.txt @@ -12,8 +12,8 @@ allure-pytest==2.7.0 pytest-print==0.2.1 pytest-level==0.1.1 pytest-xdist==2.5.0 -pymilvus==2.5.0rc74 -pymilvus[bulk_writer]==2.5.0rc74 +pymilvus==2.5.0rc78 +pymilvus[bulk_writer]==2.5.0rc78 pytest-rerunfailures==9.1.1 git+https://github.com/Projectplace/pytest-tags ndg-httpsclient diff --git a/tests/python_client/testcases/test_search.py b/tests/python_client/testcases/test_search.py index a86f6e6569620..408b70579d799 100644 --- a/tests/python_client/testcases/test_search.py +++ b/tests/python_client/testcases/test_search.py @@ -10976,8 +10976,6 @@ def test_hybrid_search_normal_max_nq(self, nq): req_list = [] weights = [1] vectors = cf.gen_vectors_based_on_vector_type(nq, default_dim, "FLOAT_VECTOR") - log.debug("binbin") - log.debug(vectors) # 4. get hybrid search req list for i in range(len(vector_name_list)): search_param = {