mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-04 12:59:23 +08:00
[skip ci]Remove useless comments and code (#9671)
Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>
This commit is contained in:
parent
2f6ca1a6a4
commit
bb717c9bd2
@ -2991,7 +2991,6 @@ class TestReleaseAdvanced:
|
|||||||
connect.release_collection(collection)
|
connect.release_collection(collection)
|
||||||
with pytest.raises(Exception):
|
with pytest.raises(Exception):
|
||||||
res = connect.search(collection, **default_single_query)
|
res = connect.search(collection, **default_single_query)
|
||||||
# assert len(res[0]) == 0
|
|
||||||
|
|
||||||
def _test_release_collection_during_indexing(self, connect, collection):
|
def _test_release_collection_during_indexing(self, connect, collection):
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user