mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
test: update test case (#34108)
Signed-off-by: elstic <hao.wang@zilliz.com>
This commit is contained in:
parent
145f4f919b
commit
f7898a3ad6
@ -12727,7 +12727,7 @@ class TestSparseSearch(TestcaseBase):
|
||||
|
||||
@pytest.mark.tags(CaseLabel.L2)
|
||||
@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):
|
||||
"""
|
||||
target: validating the sparse index in different dimensions
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user