From 2c9f089ffabf1bfd80ac4aaf5e90634899045d30 Mon Sep 17 00:00:00 2001 From: yanliang567 <82361606+yanliang567@users.noreply.github.com> Date: Thu, 9 Dec 2021 14:07:26 +0800 Subject: [PATCH] [skip ci]Update test levels and Refine test name (#13047) Signed-off-by: yanliang567 --- tests/python_client/testcases/test_partition.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/python_client/testcases/test_partition.py b/tests/python_client/testcases/test_partition.py index 2268d3590d..1956fef83f 100644 --- a/tests/python_client/testcases/test_partition.py +++ b/tests/python_client/testcases/test_partition.py @@ -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