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

Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>
This commit is contained in:
binbin 2021-10-15 18:14:42 +08:00 committed by GitHub
parent 12b71434c2
commit 5ca6200314
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
"""