mirror of https://github.com/milvus-io/milvus.git
test: update test cases and sdk version (#36148)
Signed-off-by: nico <cheng.yuan@zilliz.com>pull/36171/head
parent
229f969560
commit
42eef4900d
|
@ -12,8 +12,8 @@ allure-pytest==2.7.0
|
|||
pytest-print==0.2.1
|
||||
pytest-level==0.1.1
|
||||
pytest-xdist==2.5.0
|
||||
pymilvus==2.5.0rc74
|
||||
pymilvus[bulk_writer]==2.5.0rc74
|
||||
pymilvus==2.5.0rc78
|
||||
pymilvus[bulk_writer]==2.5.0rc78
|
||||
pytest-rerunfailures==9.1.1
|
||||
git+https://github.com/Projectplace/pytest-tags
|
||||
ndg-httpsclient
|
||||
|
|
|
@ -10976,8 +10976,6 @@ class TestCollectionHybridSearchValid(TestcaseBase):
|
|||
req_list = []
|
||||
weights = [1]
|
||||
vectors = cf.gen_vectors_based_on_vector_type(nq, default_dim, "FLOAT_VECTOR")
|
||||
log.debug("binbin")
|
||||
log.debug(vectors)
|
||||
# 4. get hybrid search req list
|
||||
for i in range(len(vector_name_list)):
|
||||
search_param = {
|
||||
|
|
Loading…
Reference in New Issue