提交 2842e929 编写于 作者: C cai.zhang 提交者: yefu.chen

Add tags for testcases related to search

Signed-off-by: Ncai.zhang <cai.zhang@zilliz.com>
上级 ca3187d1
......@@ -1820,7 +1820,7 @@ class TestSearchInvalid(object):
# #1464
@pytest.mark.level(2)
@pytest.mark.tags("fail")
@pytest.mark.tags(CaseLabel.tags_0331, CaseLabel.tags_l1, CaseLabel.tags_smoke)
def test_search_with_empty_params(self, connect, collection, args, get_simple_index):
'''
target: test search function, with empty search params
......@@ -1840,8 +1840,7 @@ class TestSearchInvalid(object):
with pytest.raises(Exception) as e:
res = connect.search(collection, query)
# #1439
@pytest.mark.tags("fail")
@pytest.mark.tags(CaseLabel.tags_0331, CaseLabel.tags_l1, CaseLabel.tags_smoke)
def test_search_with_empty_vectors(self, connect, collection):
"""
target: test search function, with empty search vectors
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册