mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci] Add test comments (#9465)
Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>
This commit is contained in:
parent
ef3ee14480
commit
a2ed202e10
@ -1089,6 +1089,11 @@ class TestInsertInvalid(object):
|
||||
|
||||
@pytest.mark.tags(CaseLabel.L2)
|
||||
def test_insert_with_invalid_field_value(self, connect, collection, get_field_int_value):
|
||||
"""
|
||||
target: test insert with invalid field
|
||||
method: insert with invalid field value
|
||||
expected: raise exception
|
||||
"""
|
||||
field_value = get_field_int_value
|
||||
tmp_entity = ut.update_field_type(copy.deepcopy(default_entity), 'int64', field_value)
|
||||
with pytest.raises(Exception):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user