mirror of https://github.com/milvus-io/milvus.git
parent
d0a62aab7c
commit
047850c869
|
@ -585,7 +585,7 @@ class TestPartitionOperations(TestcaseBase):
|
||||||
target: verify release an dropped partition
|
target: verify release an dropped partition
|
||||||
method: 1.create a partition
|
method: 1.create a partition
|
||||||
2. drop the partition
|
2. drop the partition
|
||||||
2. release the partition
|
3. release the partition
|
||||||
expected: raise exception
|
expected: raise exception
|
||||||
"""
|
"""
|
||||||
# create partition
|
# create partition
|
||||||
|
@ -605,7 +605,7 @@ class TestPartitionOperations(TestcaseBase):
|
||||||
target: verify release an dropped collection
|
target: verify release an dropped collection
|
||||||
method: 1.create a collection and partition
|
method: 1.create a collection and partition
|
||||||
2. drop the collection
|
2. drop the collection
|
||||||
2. release the partition
|
3. release the partition
|
||||||
expected: raise exception
|
expected: raise exception
|
||||||
"""
|
"""
|
||||||
# create collection
|
# create collection
|
||||||
|
@ -631,8 +631,8 @@ class TestPartitionOperations(TestcaseBase):
|
||||||
target: verify release a partition after the collection released
|
target: verify release a partition after the collection released
|
||||||
method: 1.create a collection and partition
|
method: 1.create a collection and partition
|
||||||
2. insert some data
|
2. insert some data
|
||||||
2. release the collection
|
3. release the collection
|
||||||
2. release the partition
|
4. release the partition
|
||||||
expected: partition released successfully
|
expected: partition released successfully
|
||||||
"""
|
"""
|
||||||
# create collection
|
# create collection
|
||||||
|
|
Loading…
Reference in New Issue