mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-08 10:08:42 +08:00
[skip ci]Update test comments (#9271)
Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>
This commit is contained in:
parent
6b4c1138bc
commit
1d9a04ce6e
@ -507,9 +507,9 @@ class TestConnectionOperation(TestcaseBase):
|
|||||||
@pytest.mark.parametrize("connect_name", [DefaultConfig.DEFAULT_USING, "test_alias_nme"])
|
@pytest.mark.parametrize("connect_name", [DefaultConfig.DEFAULT_USING, "test_alias_nme"])
|
||||||
def test_connection_connect_wrong_params(self, host, port, connect_name):
|
def test_connection_connect_wrong_params(self, host, port, connect_name):
|
||||||
"""
|
"""
|
||||||
target: connect directly via wrong parameters and raise error
|
target: connect directly via invalid parameters and raise error
|
||||||
method: connect directly via wrong parameters
|
method: connect directly via invalid parameters
|
||||||
expected: response of connect is error
|
expected: raise exception with error msg
|
||||||
"""
|
"""
|
||||||
|
|
||||||
# created connection with wrong connect name
|
# created connection with wrong connect name
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user