mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci] Add test comments (#9248)
Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>
This commit is contained in:
parent
bb3d315b01
commit
e6aa24c019
@ -1042,6 +1042,11 @@ class TestInsertInvalid(object):
|
||||
|
||||
@pytest.mark.tags(CaseLabel.L2)
|
||||
def test_insert_with_invalid_collection_name(self, connect, get_collection_name):
|
||||
"""
|
||||
target: test insert with invalid scenario
|
||||
method: insert with invalid collection name
|
||||
expected: raise exception
|
||||
"""
|
||||
collection_name = get_collection_name
|
||||
with pytest.raises(Exception):
|
||||
connect.insert(collection_name, default_entity)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user