未验证 提交 67894407 编写于 作者: B binbin 提交者: GitHub

[skip ci] Add comments for test case (#8189)

Signed-off-by: NBinbin Lv <binbin.lv@zilliz.com>
上级 b3f965c7
......@@ -1191,6 +1191,11 @@ class TestIndexInvalid(object):
@pytest.mark.tags(CaseLabel.L2)
def test_create_index_with_invalid_index_params(self, connect, collection, get_index):
"""
target: test create index interface for invalid scenario
method: create index with invalid index params
expected: raise exception
"""
logging.getLogger().info(get_index)
with pytest.raises(Exception) as e:
connect.create_index(collection, field_name, get_index)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册