Update pymilvus version to 2.1.0.dev57 (#16977)

Existing alias without host and port are valid params

Signed-off-by: yangxuan <xuan.yang@zilliz.com>
pull/17017/head
XuanYang-cn 2022-05-16 11:21:55 +08:00 committed by GitHub
parent ab9b091bb1
commit 2c005400fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ allure-pytest==2.7.0
pytest-print==0.2.1
pytest-level==0.1.1
pytest-xdist==2.2.1
pymilvus==2.1.0.dev56
pymilvus==2.1.0.dev57
pytest-rerunfailures==9.1.1
git+https://github.com/Projectplace/pytest-tags
ndg-httpsclient
@ -32,4 +32,4 @@ timeout-decorator==0.5.0
protobuf==3.17.1
# for bulk load test
minio==7.1.5
minio==7.1.5

View File

@ -50,7 +50,7 @@ class TestConnectionParams(TestcaseBase):
self.connection_wrap.get_connection_addr(alias=DefaultConfig.DEFAULT_USING)
# No check for **kwargs
self.connection_wrap.connect(alias=DefaultConfig.DEFAULT_USING, _kwargs=[1, 2],
self.connection_wrap.connect(alias=DefaultConfig.DEFAULT_USING, host=1,
check_task=ct.CheckTasks.err_res,
check_items={ct.err_code: 0, ct.err_msg: cem.NoHostPort})