test: update sdk version and cases (#37507)
Some checks failed
Code Checker / Code Checker AMD64 Ubuntu 22.04 (push) Waiting to run
Code Checker / Code Checker Amazonlinux 2023 (push) Waiting to run
Code Checker / Code Checker rockylinux8 (push) Waiting to run
Mac Code Checker / Code Checker MacOS 12 (push) Waiting to run
Build and test / Build and test AMD64 Ubuntu 22.04 (push) Waiting to run
Build and test / UT for Cpp (push) Blocked by required conditions
Build and test / UT for Go (push) Blocked by required conditions
Build and test / Integration Test (push) Blocked by required conditions
Build and test / Upload Code Coverage (push) Blocked by required conditions
Publish Test Images / PyTest (push) Has been cancelled

Signed-off-by: nico <cheng.yuan@zilliz.com>
This commit is contained in:
nico 2024-11-12 17:48:28 +08:00 committed by GitHub
parent 1e8ea4a7e7
commit 2630717836
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 3 deletions

View File

@ -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

View File

@ -2947,7 +2947,7 @@ class TestBitmapIndex(TestcaseBase):
@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: