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 (#9375)
Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>
This commit is contained in:
parent
b9e956f742
commit
05c708ab31
@ -554,8 +554,13 @@ class TestConnectionOperation(TestcaseBase):
|
||||
@pytest.mark.tags(ct.CaseLabel.L1)
|
||||
def test_connection_disconnect_after_default_connect(self, host, port):
|
||||
"""
|
||||
target: disconnect default connect and check result
|
||||
method: disconnect default connect
|
||||
target: check results after disconnect with default alias
|
||||
method: 1. connect with default alias
|
||||
2. get connection
|
||||
3. disconnect with default alias
|
||||
4. get connection
|
||||
5. disconnect again
|
||||
6. list connections and get connection address
|
||||
expected: the connection was successfully terminated
|
||||
"""
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user