未验证 提交 9a41c3bf 编写于 作者: B binbin 提交者: GitHub

[skip ci] Add comment for insert case (#7812)

Signed-off-by: NBinbin Lv <binbin.lv@zilliz.com>
上级 db9074ab
......@@ -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):
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册