mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci] Add comments for test case (#8102)
Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>
This commit is contained in:
parent
2f5e139f04
commit
50ca2d36dc
@ -1168,6 +1168,11 @@ class TestIndexInvalid(object):
|
||||
|
||||
@pytest.mark.tags(CaseLabel.L2)
|
||||
def test_drop_index_with_invalid_collection_name(self, connect, get_collection_name):
|
||||
"""
|
||||
target: test drop index interface for invalid scenario
|
||||
method: drop index with invalid collection name
|
||||
expected: raise exception
|
||||
"""
|
||||
collection_name = get_collection_name
|
||||
with pytest.raises(Exception) as e:
|
||||
connect.drop_index(collection_name)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user