mirror of https://github.com/milvus-io/milvus.git
enhance: update pymilvus version (#31524)
pr: #31529 Signed-off-by: nico <cheng.yuan@zilliz.com>pull/31559/head
parent
f2f0d44a5d
commit
6b9004c728
|
@ -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.3.7rc7
|
||||
pymilvus==2.3.8rc4
|
||||
pytest-rerunfailures==9.1.1
|
||||
git+https://github.com/Projectplace/pytest-tags
|
||||
ndg-httpsclient
|
||||
|
|
|
@ -924,7 +924,7 @@ class TestQueryParams(TestcaseBase):
|
|||
assert len(res) == 1
|
||||
|
||||
# test for mixed data
|
||||
ids = [_id * 1.1, bool(_id % 2)]
|
||||
ids = [bool(_id % 2)]
|
||||
expression = f"{expr_prefix}(listMix, {ids})"
|
||||
res = collection_w.query(expression)[0]
|
||||
assert len(res) == ct.default_nb // 2
|
||||
|
|
Loading…
Reference in New Issue