From 8f44518faf8a0b30b931257c7bc8bcdc98b8ffe8 Mon Sep 17 00:00:00 2001 From: yanliang567 <82361606+yanliang567@users.noreply.github.com> Date: Fri, 8 Oct 2021 17:35:44 +0800 Subject: [PATCH] [skip ci]Update test comments (#9438) Signed-off-by: yanliang567 --- tests/python_client/testcases/test_partition.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tests/python_client/testcases/test_partition.py b/tests/python_client/testcases/test_partition.py index e697da93ba..b0414bb65c 100644 --- a/tests/python_client/testcases/test_partition.py +++ b/tests/python_client/testcases/test_partition.py @@ -127,9 +127,10 @@ class TestCreateBase: @pytest.mark.tags(CaseLabel.L0) def test_create_partition_insert_with_tag(self, connect, id_collection): """ - target: test create partition, and insert vectors, check status returned - method: call function: create_partition - expected: status ok + target: test create partition, and insert vectors to specific partition + method: 1. create_partition + 2. insert data with partition name specified + expected: insert data successfully """ connect.create_partition(id_collection, default_tag) ids = [i for i in range(default_nb)]