mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add comments for insert test case (#9416)
Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>pull/9421/head
parent
d296ba1add
commit
bd76020557
|
@ -1084,6 +1084,11 @@ class TestInsertInvalid(object):
|
|||
|
||||
@pytest.mark.tags(CaseLabel.L2)
|
||||
def test_insert_with_invalid_field_entity_value(self, connect, collection, get_field_vectors_value):
|
||||
"""
|
||||
target: test insert with invalid entity
|
||||
method: insert with invalid entity value
|
||||
expected: raise exception
|
||||
"""
|
||||
tmp_entity = copy.deepcopy(default_entity)
|
||||
src_vector = tmp_entity[-1]["values"]
|
||||
src_vector[0][1] = get_field_vectors_value
|
||||
|
|
Loading…
Reference in New Issue