mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-08 10:08:42 +08:00
[skip ci]Remove useless comments (#7754)
Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>
This commit is contained in:
parent
888c7d7bfb
commit
93881c79a8
@ -449,7 +449,6 @@ class TestPartitionOperations(TestcaseBase):
|
|||||||
check_items={ct.err_code: 1, ct.err_msg: "default partition cannot be deleted"})
|
check_items={ct.err_code: 1, ct.err_msg: "default partition cannot be deleted"})
|
||||||
|
|
||||||
@pytest.mark.tags(CaseLabel.L1)
|
@pytest.mark.tags(CaseLabel.L1)
|
||||||
# @pytest.mark.parametrize("partition_name", [cf.gen_unique_str(prefix)])
|
|
||||||
def test_partition_drop_partition_twice(self):
|
def test_partition_drop_partition_twice(self):
|
||||||
"""
|
"""
|
||||||
target: verify drop the same partition twice
|
target: verify drop the same partition twice
|
||||||
@ -475,7 +474,6 @@ class TestPartitionOperations(TestcaseBase):
|
|||||||
check_items={ct.err_code: 1, ct.err_msg: PartitionErrorMessage.PartitionNotExist})
|
check_items={ct.err_code: 1, ct.err_msg: PartitionErrorMessage.PartitionNotExist})
|
||||||
|
|
||||||
@pytest.mark.tags(CaseLabel.L2)
|
@pytest.mark.tags(CaseLabel.L2)
|
||||||
# @pytest.mark.parametrize("partition_name", [cf.gen_unique_str(prefix)])
|
|
||||||
def test_partition_create_and_drop_multi_times(self):
|
def test_partition_create_and_drop_multi_times(self):
|
||||||
"""
|
"""
|
||||||
target: verify create and drop for times
|
target: verify create and drop for times
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user