mirror of https://github.com/milvus-io/milvus.git
open smoke test search without insert (#6036)
Signed-off-by: xige-16 <xi.ge@zilliz.com>pull/6041/head
parent
7d14b2d6bf
commit
94984c41dc
|
@ -496,7 +496,6 @@ class TestLoadPartition:
|
|||
connect.create_index(binary_collection, default_binary_vec_field_name, get_binary_index)
|
||||
connect.load_partitions(binary_collection, [default_tag])
|
||||
|
||||
@pytest.mark.skip("xige-16-search-without-insert")
|
||||
@pytest.mark.tags(CaseLabel.tags_smoke)
|
||||
def test_load_empty_partition(self, connect, collection):
|
||||
'''
|
||||
|
|
|
@ -902,7 +902,6 @@ class TestInsertMultiCollections:
|
|||
stats = connect.get_collection_stats(collection_name)
|
||||
assert stats[row_count] == 1
|
||||
|
||||
@pytest.mark.skip("xige-16-search-without-insert")
|
||||
@pytest.mark.timeout(ADD_TIMEOUT)
|
||||
@pytest.mark.tags(CaseLabel.tags_smoke)
|
||||
def test_insert_entity_search_entity_another(self, connect, collection):
|
||||
|
|
|
@ -1149,7 +1149,6 @@ class TestSearchDSL(object):
|
|||
assert len(res) == nq
|
||||
assert len(res[0]) == 0
|
||||
|
||||
@pytest.mark.skip("xige-16-search-without-insert")
|
||||
@pytest.mark.tags(CaseLabel.tags_smoke)
|
||||
def test_query_complex_dsl(self, connect, collection):
|
||||
'''
|
||||
|
|
Loading…
Reference in New Issue