mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-08 01:58:34 +08:00
[skip e2e] Refine test comments (#14399)
Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>
This commit is contained in:
parent
b4c334ffdb
commit
5d45adc2fb
@ -2566,7 +2566,7 @@ class TestSearchBase:
|
|||||||
def test_search_without_connect(self, dis_connect, collection):
|
def test_search_without_connect(self, dis_connect, collection):
|
||||||
"""
|
"""
|
||||||
target: test search vectors without connection
|
target: test search vectors without connection
|
||||||
method: use dis connected instance, call search method and check if search successfully
|
method: use disconnected instance, call search method and check if search successfully
|
||||||
expected: raise exception
|
expected: raise exception
|
||||||
"""
|
"""
|
||||||
with pytest.raises(Exception) as e:
|
with pytest.raises(Exception) as e:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user