mirror of https://github.com/milvus-io/milvus.git
[skip ci] Improve test comments (#11550)
Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>pull/11590/head
parent
17e5b19d32
commit
237d70da17
|
@ -525,7 +525,7 @@ class TestCollectionSearchInvalid(TestcaseBase):
|
|||
def test_search_partition_deleted(self):
|
||||
"""
|
||||
target: test search deleted partition
|
||||
method: 1. search the collection
|
||||
method: 1. create a collection with partitions
|
||||
2. delete a partition
|
||||
3. search the deleted partition
|
||||
expected: raise exception and report the error
|
||||
|
|
Loading…
Reference in New Issue