Skip to content

Commit

Permalink
Update pymilvus version to 2.1.0.dev57 (milvus-io#16977)
Browse files Browse the repository at this point in the history
Existing alias without host and port are valid params

Signed-off-by: yangxuan <xuan.yang@zilliz.com>
  • Loading branch information
XuanYang-cn authored May 16, 2022
1 parent ab9b091 commit 2c00540
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tests/python_client/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
2 changes: 1 addition & 1 deletion tests/python_client/testcases/test_connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def test_connection_connect_kwargs_param_check(self):
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})

Expand Down

0 comments on commit 2c00540

Please sign in to comment.