mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
test: update some test cases (#32687)
Signed-off-by: nico <cheng.yuan@zilliz.com>
This commit is contained in:
parent
d900e68440
commit
1a6293df09
@ -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
|
||||
|
||||
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user