mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
Add tags for testcases related to search
Signed-off-by: cai.zhang <cai.zhang@zilliz.com>
This commit is contained in:
parent
ca3187d173
commit
2842e929ba
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user