From e3e88ffbe67cc5b2a16a463d24b384efd37197b5 Mon Sep 17 00:00:00 2001 From: nico <109071306+NicoYuan1986@users.noreply.github.com> Date: Sat, 14 Sep 2024 17:57:14 +0800 Subject: [PATCH] test: update pymilvus version and skip some cases (#36281) Signed-off-by: nico --- tests/python_client/requirements.txt | 4 ++-- tests/python_client/testcases/test_search.py | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/tests/python_client/requirements.txt b/tests/python_client/requirements.txt index d538f5d6dc..5bc61b6224 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.0rc79 -pymilvus[bulk_writer]==2.5.0rc79 +pymilvus==2.5.0rc80 +pymilvus[bulk_writer]==2.5.0rc80 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 85304314b8..97878b629f 100644 --- a/tests/python_client/testcases/test_search.py +++ b/tests/python_client/testcases/test_search.py @@ -7026,6 +7026,7 @@ class TestCollectionRangeSearch(TestcaseBase): @pytest.mark.tags(CaseLabel.L0) @pytest.mark.parametrize("vector_data_type", ct.all_dense_vector_types) @pytest.mark.parametrize("with_growing", [False, True]) + @pytest.mark.skip("https://github.com/milvus-io/milvus/issues/32630") def test_range_search_default(self, index_type, metric, vector_data_type, with_growing, null_data_percent): """ target: verify the range search returns correct results @@ -11363,6 +11364,7 @@ class TestCollectionHybridSearchValid(TestcaseBase): @pytest.mark.tags(CaseLabel.L2) @pytest.mark.parametrize("primary_field", [ct.default_int64_field_name, ct.default_string_field_name]) + @pytest.mark.skip("https://github.com/milvus-io/milvus/issues/36273") def test_hybrid_search_overall_limit_larger_sum_each_limit(self, nq, primary_field, metric_type): """ @@ -11466,6 +11468,7 @@ class TestCollectionHybridSearchValid(TestcaseBase): @pytest.mark.tags(CaseLabel.L2) @pytest.mark.parametrize("primary_field", [ct.default_int64_field_name, ct.default_string_field_name]) + @pytest.mark.skip("https://github.com/milvus-io/milvus/issues/36273") def test_hybrid_search_min_limit(self, primary_field, metric_type): """ target: test hybrid search with minimum limit params