mirror of https://github.com/milvus-io/milvus.git
[skip ci]Update test comments (#9438)
Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>pull/9491/head
parent
72a4a60184
commit
8f44518faf
|
@ -127,9 +127,10 @@ class TestCreateBase:
|
|||
@pytest.mark.tags(CaseLabel.L0)
|
||||
def test_create_partition_insert_with_tag(self, connect, id_collection):
|
||||
"""
|
||||
target: test create partition, and insert vectors, check status returned
|
||||
method: call function: create_partition
|
||||
expected: status ok
|
||||
target: test create partition, and insert vectors to specific partition
|
||||
method: 1. create_partition
|
||||
2. insert data with partition name specified
|
||||
expected: insert data successfully
|
||||
"""
|
||||
connect.create_partition(id_collection, default_tag)
|
||||
ids = [i for i in range(default_nb)]
|
||||
|
|
Loading…
Reference in New Issue