From 1a6293df09caefe461bf41ada7ac12e217ac2bdc Mon Sep 17 00:00:00 2001 From: nico <109071306+NicoYuan1986@users.noreply.github.com> Date: Mon, 29 Apr 2024 14:23:26 +0800 Subject: [PATCH] test: update some test cases (#32687) Signed-off-by: nico --- tests/python_client/requirements.txt | 2 +- tests/python_client/testcases/test_search.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/python_client/requirements.txt b/tests/python_client/requirements.txt index f94a599e04..a5619607e7 100644 --- a/tests/python_client/requirements.txt +++ b/tests/python_client/requirements.txt @@ -12,7 +12,7 @@ allure-pytest==2.7.0 pytest-print==0.2.1 pytest-level==0.1.1 pytest-xdist==2.5.0 -pymilvus==2.5.0rc17 +pymilvus==2.5.0rc18 pytest-rerunfailures==9.1.1 git+https://github.com/Projectplace/pytest-tags ndg-httpsclient diff --git a/tests/python_client/testcases/test_search.py b/tests/python_client/testcases/test_search.py index 85da1d590c..ad45962227 100644 --- a/tests/python_client/testcases/test_search.py +++ b/tests/python_client/testcases/test_search.py @@ -7743,7 +7743,7 @@ class TestCollectionRangeSearch(TestcaseBase): expected: the return distance equals to the computed value """ # 1. initialize with binary data - dim = 44 + dim = 48 auto_id = False collection_w, _, binary_raw_vector, insert_ids, time_stamp = self.init_collection_general(prefix, True, 2, is_binary=True, @@ -7827,7 +7827,7 @@ class TestCollectionRangeSearch(TestcaseBase): expected: the return distance equals to the computed value """ # 1. initialize with binary data - dim = 77 + dim = 80 auto_id = True collection_w, _, binary_raw_vector, insert_ids = self.init_collection_general(prefix, True, 2, is_binary=True,