From 32d03fe92e163840489b8aae320935809fe48ec1 Mon Sep 17 00:00:00 2001 From: yanliang567 <82361606+yanliang567@users.noreply.github.com> Date: Mon, 27 Sep 2021 18:52:27 +0800 Subject: [PATCH] [skip ci]Update test comments (#8638) Signed-off-by: yanliang567 --- tests/python_client/testcases/test_partition_20.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/python_client/testcases/test_partition_20.py b/tests/python_client/testcases/test_partition_20.py index fb17c68b57..1505c145ad 100644 --- a/tests/python_client/testcases/test_partition_20.py +++ b/tests/python_client/testcases/test_partition_20.py @@ -237,13 +237,13 @@ class TestPartitionParams(TestcaseBase): def test_partition_release(self): """ target: verify release partition - method: 1. create a collection and several partitions + method: 1. create a collection and two partitions 2. insert data into each partition - 3. flush and load the partitions + 3. flush and load the both partitions 4. release partition1 5. release partition1 twice - expected: 1. the released partition is released - 2. the other partition is not released + expected: 1. the 1st partition is released + 2. the 2nd partition is not released """ # create collection collection_w = self.init_collection_wrap()