mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-11-29 18:38:44 +08:00
test: update test cases and sdk version (#37774)
Signed-off-by: nico <cheng.yuan@zilliz.com>
This commit is contained in:
parent
dae4160466
commit
866d512f6f
@ -27,8 +27,8 @@ pytest-parallel
|
||||
pytest-random-order
|
||||
|
||||
# pymilvus
|
||||
pymilvus==2.5.0rc119
|
||||
pymilvus[bulk_writer]==2.5.0rc119
|
||||
pymilvus==2.5.0rc121
|
||||
pymilvus[bulk_writer]==2.5.0rc121
|
||||
|
||||
|
||||
# for customize config test
|
||||
|
@ -397,7 +397,7 @@ class TestPartitionParams(TestcaseBase):
|
||||
partition_w.load(replica_number=1)
|
||||
collection_w.query(expr=f"{ct.default_int64_field_name} in [0]", check_task=CheckTasks.check_query_results,
|
||||
check_items={'exp_res': [{'int64': 0}]})
|
||||
error = {ct.err_code: 1100, ct.err_msg: "=can't change the replica number for loaded partitions: "
|
||||
error = {ct.err_code: 1100, ct.err_msg: "can't change the replica number for loaded partitions: "
|
||||
"invalid parameter[expected=1][actual=2]"}
|
||||
partition_w.load(replica_number=2, check_task=CheckTasks.err_res, check_items=error)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user