mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-05 05:18:52 +08:00
[skip ci]Update test comments (#8638)
Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>
This commit is contained in:
parent
693994c6db
commit
32d03fe92e
@ -237,13 +237,13 @@ class TestPartitionParams(TestcaseBase):
|
|||||||
def test_partition_release(self):
|
def test_partition_release(self):
|
||||||
"""
|
"""
|
||||||
target: verify release partition
|
target: verify release partition
|
||||||
method: 1. create a collection and several partitions
|
method: 1. create a collection and two partitions
|
||||||
2. insert data into each partition
|
2. insert data into each partition
|
||||||
3. flush and load the partitions
|
3. flush and load the both partitions
|
||||||
4. release partition1
|
4. release partition1
|
||||||
5. release partition1 twice
|
5. release partition1 twice
|
||||||
expected: 1. the released partition is released
|
expected: 1. the 1st partition is released
|
||||||
2. the other partition is not released
|
2. the 2nd partition is not released
|
||||||
"""
|
"""
|
||||||
# create collection
|
# create collection
|
||||||
collection_w = self.init_collection_wrap()
|
collection_w = self.init_collection_wrap()
|
||||||
|
Loading…
Reference in New Issue
Block a user