mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
test: update sdk version (#43929)
Signed-off-by: nico <cheng.yuan@zilliz.com>
This commit is contained in:
parent
043f5cbecc
commit
551a4a400b
@ -826,6 +826,7 @@ class TestSearchPaginationIndependent(TestMilvusClientV2Base):
|
||||
@pytest.mark.parametrize('vector_dtype', ct.all_dense_vector_types)
|
||||
@pytest.mark.parametrize('index', ct.all_index_types[:8])
|
||||
@pytest.mark.parametrize('metric_type', ct.dense_metrics)
|
||||
@pytest.mark.skip("wait for debug")
|
||||
def test_search_pagination_dense_vectors_indices_metrics_growing(self, vector_dtype, index, metric_type):
|
||||
"""
|
||||
target: test search pagination with growing data
|
||||
|
||||
@ -28,8 +28,8 @@ pytest-parallel
|
||||
pytest-random-order
|
||||
|
||||
# pymilvus
|
||||
pymilvus==2.6.0rc170
|
||||
pymilvus[bulk_writer]==2.6.0rc170
|
||||
pymilvus==2.7.0rc3
|
||||
pymilvus[bulk_writer]==2.7.0rc3
|
||||
|
||||
# for protobuf
|
||||
protobuf==5.27.2
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user