mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci]Update comments in connection test (#8935)
Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>
This commit is contained in:
parent
a11f9b7eb5
commit
8a2d2f681b
@ -348,9 +348,10 @@ class TestConnectionOperation(TestcaseBase):
|
||||
@pytest.mark.tags(ct.CaseLabel.L1)
|
||||
def test_connection_add_after_remove(self, host, port):
|
||||
"""
|
||||
target: add_connect after normal connect、remove_connection
|
||||
method: normal connect, remove_connection then add connect passes the same alias
|
||||
expected: add_connect successfully
|
||||
target: add_connection after normal connect、remove_connection
|
||||
method: 1. connect and remove_connection
|
||||
2. add connection by the same alias with different params
|
||||
expected: add_connection by the same alias with different params successfully
|
||||
"""
|
||||
|
||||
# create connection that param of alias is not exist
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user