[skip ci]Update comments in connection test (#9375)

Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>
This commit is contained in:
yanliang567 2021-10-07 20:29:32 +08:00 committed by GitHub
parent b9e956f742
commit 05c708ab31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
"""