diff --git a/tests/python_client/testcases/test_search_20.py b/tests/python_client/testcases/test_search_20.py index 61c1d5d55e2481e10a3313ae6e3e270585fae5fd..fb548ad47f5aa9b07f4b5af39f810e033865d880 100644 --- a/tests/python_client/testcases/test_search_20.py +++ b/tests/python_client/testcases/test_search_20.py @@ -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 """