mirror of https://github.com/milvus-io/milvus.git
[skip ci]Add one todo in test partition (#11823)
Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>pull/11835/head
parent
4edbab35d2
commit
edbd8521a5
tests/python_client/testcases
|
@ -415,6 +415,8 @@ class TestPartitionOperations(TestcaseBase):
|
||||||
check_items={ct.err_code: 1,
|
check_items={ct.err_code: 1,
|
||||||
ct.err_msg: "maximum partition's number should be limit to 4096"})
|
ct.err_msg: "maximum partition's number should be limit to 4096"})
|
||||||
|
|
||||||
|
# TODO: Try to verify load collection with a large number of partitions. #11651
|
||||||
|
|
||||||
@pytest.mark.tags(CaseLabel.L0)
|
@pytest.mark.tags(CaseLabel.L0)
|
||||||
def test_partition_drop_default_partition(self):
|
def test_partition_drop_default_partition(self):
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue