mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add comments for collection case (#8863)
Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>pull/8891/head
parent
eae3efb027
commit
f36ac84e79
|
@ -2731,6 +2731,12 @@ class TestLoadCollection:
|
|||
|
||||
@pytest.mark.tags(CaseLabel.L2)
|
||||
def test_load_release_collection(self, connect, collection):
|
||||
"""
|
||||
target: test load, release non-exist collection
|
||||
method: 1. load, release and drop collection
|
||||
2. load and release dropped collection
|
||||
expected: raise exception
|
||||
"""
|
||||
collection_name = gen_unique_str(uid_load)
|
||||
connect.create_collection(collection_name, cons.default_fields)
|
||||
connect.insert(collection_name, cons.default_entities)
|
||||
|
|
Loading…
Reference in New Issue