Skip to content
Snippets Groups Projects
Commit 6cef504c authored by 李成明's avatar 李成明 Committed by yefu.chen
Browse files

Add check for invalid binary vector in python sdk


Signed-off-by: default avatarophunter233 <chengming.li@zilliz.com>
parent 207f6ae7
No related branches found
No related tags found
No related merge requests found
......@@ -1159,8 +1159,8 @@ class TestInsertInvalidBinary(object):
connect.insert(binary_collection, tmp_entity)
@pytest.mark.level(2)
# #1352
@pytest.mark.tags("fail")
@pytest.mark.tags("0331")
# TODO 'bytes' object does not support item assignment
def test_insert_with_invalid_field_entities_value(self, connect, binary_collection, get_field_vectors_value):
tmp_entities = copy.deepcopy(default_binary_entities)
src_vector = tmp_entities[-1]["values"]
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment