Skip to content

Commit

Permalink
test: update sdk version and cases (#37507)
Browse files Browse the repository at this point in the history
Signed-off-by: nico <cheng.yuan@zilliz.com>
  • Loading branch information
NicoYuan1986 authored Nov 12, 2024
1 parent 1e8ea4a commit 2630717
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions tests/python_client/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ pytest-parallel
pytest-random-order

# pymilvus
pymilvus==2.5.0rc111
pymilvus[bulk_writer]==2.5.0rc111
pymilvus==2.5.0rc118
pymilvus[bulk_writer]==2.5.0rc118


# for customize config test
python-benedict==0.24.3
Expand Down
2 changes: 1 addition & 1 deletion tests/python_client/testcases/test_index.py
Original file line number Diff line number Diff line change
Expand Up @@ -2947,7 +2947,7 @@ def test_bitmap_alter_cardinality_limit(self, request):

@pytest.mark.tags(CaseLabel.L2)
@pytest.mark.parametrize("bitmap_cardinality_limit", [-10, 0, 1001])
# @pytest.mark.skip("valid now")
@pytest.mark.skip("need hybrid index config, not available now")
def test_bitmap_cardinality_limit_invalid(self, request, bitmap_cardinality_limit):
"""
target:
Expand Down

0 comments on commit 2630717

Please sign in to comment.