未验证 提交 5ca62003 编写于 作者: B binbin 提交者: GitHub

[skip ci] Fix test comments error (#9974)

Signed-off-by: NBinbin Lv <binbin.lv@zilliz.com>
上级 12b71434
......@@ -635,7 +635,7 @@ class TestCollectionSearchInvalid(TestcaseBase):
"""
target: test search with output fields
method: search with non-exist output_field
expected: search success
expected: raise exception
"""
# 1. initialize with data
collection_w, _, _, insert_ids = self.init_collection_general(prefix, True)
......@@ -2585,7 +2585,7 @@ class TestSearchBase:
@pytest.mark.timeout(300)
def test_search_concurrent_multithreads_single_connection(self, connect, args):
"""
target: test concurrent search with multiprocessess
target: test concurrent search with multi processes
method: search with 10 processes, each process uses dependent connection
expected: status ok and the returned vectors should be query_records
"""
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册