mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
test: update pymilvus version and skip some cases (#36283)
pr: #36281 Signed-off-by: nico <cheng.yuan@zilliz.com>
This commit is contained in:
parent
efed3d3ed0
commit
2df9309b4a
@ -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.4.7rc2
|
||||
pymilvus[bulk_writer]==2.4.7rc2
|
||||
pymilvus==2.4.7rc3
|
||||
pymilvus[bulk_writer]==2.4.7rc3
|
||||
pytest-rerunfailures==9.1.1
|
||||
git+https://github.com/Projectplace/pytest-tags
|
||||
ndg-httpsclient
|
||||
|
||||
@ -6931,6 +6931,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):
|
||||
"""
|
||||
target: verify the range search returns correct results
|
||||
@ -11183,6 +11184,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):
|
||||
|
||||
"""
|
||||
@ -11286,6 +11288,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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user