test: [cherry-pick] update test case (#34109)

pr: https://github.com/milvus-io/milvus/pull/34108

Signed-off-by: elstic <hao.wang@zilliz.com>
pull/34373/head
elstic 2024-07-02 22:04:08 +08:00 committed by GitHub
parent 6cb0f1ff74
commit fb88267855
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -12689,7 +12689,7 @@ class TestSparseSearch(TestcaseBase):
@pytest.mark.tags(CaseLabel.L2) @pytest.mark.tags(CaseLabel.L2)
@pytest.mark.parametrize("index", ct.all_index_types[9:11]) @pytest.mark.parametrize("index", ct.all_index_types[9:11])
@pytest.mark.parametrize("dim", [ct.min_sparse_vector_dim, 32768, ct.max_sparse_vector_dim]) @pytest.mark.parametrize("dim", [32768, ct.max_sparse_vector_dim])
def test_sparse_index_dim(self, index, dim): def test_sparse_index_dim(self, index, dim):
""" """
target: validating the sparse index in different dimensions target: validating the sparse index in different dimensions