From 97af25bc5dba40da658619d576c9e4f9fb0349ee Mon Sep 17 00:00:00 2001 From: binbin <83755740+binbinlv@users.noreply.github.com> Date: Tue, 14 Sep 2021 11:45:47 +0800 Subject: [PATCH] [skip ci] Add comments for test case (#7867) Signed-off-by: Binbin Lv --- tests/python_client/testcases/entity/test_insert.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/python_client/testcases/entity/test_insert.py b/tests/python_client/testcases/entity/test_insert.py index a825f6113..dfabf4147 100644 --- a/tests/python_client/testcases/entity/test_insert.py +++ b/tests/python_client/testcases/entity/test_insert.py @@ -1185,6 +1185,11 @@ class TestInsertInvalidBinary(object): @pytest.mark.tags(CaseLabel.L2) def test_insert_with_invalid_field_entities_value(self, connect, binary_collection, get_field_vectors_value): + """ + target: test insert with invalid field + method: insert with invalid field value + expected: raise exception + """ tmp_entities = copy.deepcopy(default_binary_entities) src_vector = tmp_entities[-1]["values"] src_vector[1] = get_field_vectors_value -- GitLab