test: update some test cases (#32687)

Signed-off-by: nico <cheng.yuan@zilliz.com>
This commit is contained in:
nico 2024-04-29 14:23:26 +08:00 committed by GitHub
parent d900e68440
commit 1a6293df09
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

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

View File

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