From 8a2d2f681b1cd41bf10b20d4398f6d25b1293079 Mon Sep 17 00:00:00 2001 From: yanliang567 <82361606+yanliang567@users.noreply.github.com> Date: Thu, 30 Sep 2021 18:16:56 +0800 Subject: [PATCH] [skip ci]Update comments in connection test (#8935) Signed-off-by: yanliang567 --- tests/python_client/testcases/test_connection.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tests/python_client/testcases/test_connection.py b/tests/python_client/testcases/test_connection.py index a914f0fc1f..7392eb19cc 100644 --- a/tests/python_client/testcases/test_connection.py +++ b/tests/python_client/testcases/test_connection.py @@ -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