mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci]Update test levels and Refine test name (#13047)
Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>
This commit is contained in:
parent
febdda90f4
commit
2c9f089ffa
@ -465,8 +465,8 @@ class TestNameInvalid(object):
|
||||
|
||||
class TestNewCase(object):
|
||||
|
||||
@pytest.mark.tags(CaseLabel.L0)
|
||||
def test_drop_default_partition_A(self, connect, collection):
|
||||
@pytest.mark.tags(CaseLabel.L2)
|
||||
def test_drop_default_partition(self, connect, collection):
|
||||
"""
|
||||
target: test drop partition of default, check status returned
|
||||
method: call function: drop_partition
|
||||
@ -483,7 +483,7 @@ class TestNewCase(object):
|
||||
assert '_default' in list_partition
|
||||
|
||||
@pytest.mark.tags(CaseLabel.L0)
|
||||
def test_drop_default_partition_B(self, connect, collection):
|
||||
def test_drop_default_partition_after_manual_create(self, connect, collection):
|
||||
"""
|
||||
target: test drop partition of default, check status returned
|
||||
method: call function drop_partition after manual create the default partition
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user