From 9a41c3bfa15e8730bebf4f33f2d9730429347573 Mon Sep 17 00:00:00 2001 From: binbin <83755740+binbinlv@users.noreply.github.com> Date: Mon, 13 Sep 2021 20:15:02 +0800 Subject: [PATCH] [skip ci] Add comment for insert case (#7812) 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 72815fbf21..a825f61139 100644 --- a/tests/python_client/testcases/entity/test_insert.py +++ b/tests/python_client/testcases/entity/test_insert.py @@ -1173,6 +1173,11 @@ class TestInsertInvalidBinary(object): @pytest.mark.tags(CaseLabel.L2) def test_insert_with_invalid_field_type(self, connect, binary_collection, get_field_type): + """ + target: test insert with invalid field type + method: insert with invalid field type + expected: raise exception + """ field_type = get_field_type tmp_entity = update_field_type(copy.deepcopy(default_binary_entity), 'int64', field_type) with pytest.raises(Exception):