[skip ci]Update test levels and Refine test name (#13047)

Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>
This commit is contained in:
yanliang567 2021-12-09 14:07:26 +08:00 committed by GitHub
parent febdda90f4
commit 2c9f089ffa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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