mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-08 01:58:34 +08:00
Fix repeated test query class name (#8718)
Signed-off-by: ThreadDao <yufen.zong@zilliz.com>
This commit is contained in:
parent
ffbfaf7f76
commit
06f13a29bc
@ -25,7 +25,7 @@ default_int_field_name = "int64"
|
|||||||
default_float_field_name = "float"
|
default_float_field_name = "float"
|
||||||
|
|
||||||
|
|
||||||
class TestQueryBase(TestcaseBase):
|
class TestQueryParams(TestcaseBase):
|
||||||
"""
|
"""
|
||||||
test Query interface
|
test Query interface
|
||||||
query(collection_name, expr, output_fields=None, partition_names=None, timeout=None)
|
query(collection_name, expr, output_fields=None, partition_names=None, timeout=None)
|
||||||
@ -203,7 +203,7 @@ class TestQueryBase(TestcaseBase):
|
|||||||
check_task=CheckTasks.check_query_results, check_items={exp_res: res})
|
check_task=CheckTasks.check_query_results, check_items={exp_res: res})
|
||||||
|
|
||||||
@pytest.mark.tags(CaseLabel.L2)
|
@pytest.mark.tags(CaseLabel.L2)
|
||||||
@pytest.mark.xfail(reason="issue #7521 #7522")
|
# @pytest.mark.xfail(reason="issue #7521 #7522")
|
||||||
def test_query_expr_by_bool_field(self):
|
def test_query_expr_by_bool_field(self):
|
||||||
"""
|
"""
|
||||||
target: test query by bool field and output binary field
|
target: test query by bool field and output binary field
|
||||||
@ -777,8 +777,6 @@ class TestQueryOperation(TestcaseBase):
|
|||||||
check_items={ct.err_code: 0, ct.err_msg: cem.ConnectFirst})
|
check_items={ct.err_code: 0, ct.err_msg: cem.ConnectFirst})
|
||||||
|
|
||||||
@pytest.mark.tags(CaseLabel.L1)
|
@pytest.mark.tags(CaseLabel.L1)
|
||||||
# @pytest.mark.parametrize("collection_name, data",
|
|
||||||
# [(cf.gen_unique_str(prefix), cf.gen_default_list_data(ct.default_nb))])
|
|
||||||
def test_query_without_loading(self):
|
def test_query_without_loading(self):
|
||||||
"""
|
"""
|
||||||
target: test query without loading
|
target: test query without loading
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user