From c85a5872b12e6b6886f966f1fcb637f3760a3bf9 Mon Sep 17 00:00:00 2001 From: binbin <83755740+binbinlv@users.noreply.github.com> Date: Mon, 1 Nov 2021 16:42:42 +0800 Subject: [PATCH] [skip ci] Fix typo in test comments (#10987) Signed-off-by: Binbin Lv --- tests/python_client/testcases/test_search_20.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/python_client/testcases/test_search_20.py b/tests/python_client/testcases/test_search_20.py index 755e54fef5..f043d64a67 100644 --- a/tests/python_client/testcases/test_search_20.py +++ b/tests/python_client/testcases/test_search_20.py @@ -2257,7 +2257,7 @@ class TestSearchBase: @pytest.mark.tags(CaseLabel.L2) def test_search_index_partitions(self, connect, collection, get_simple_index, get_top_k): """ - target: test basic search function, all the search params is correct, test all index params, and build + target: test basic search function, all the search params are correct, test all index params, and build method: search collection with the given vectors and tags, check the result expected: the length of the result is top_k """ @@ -2292,7 +2292,7 @@ class TestSearchBase: @pytest.mark.tags(CaseLabel.L2) def test_search_ip_flat(self, connect, collection, get_simple_index, get_top_k, get_nq): """ - target: test basic search function, all the search params is correct, change top-k value + target: test basic search function, all the search params are correct, change top-k value method: search with the given vectors, check the result expected: the length of the result is top_k """ @@ -2309,7 +2309,7 @@ class TestSearchBase: @pytest.mark.tags(CaseLabel.L2) def test_search_ip_after_index(self, connect, collection, get_simple_index, get_top_k, get_nq): """ - target: test basic search function, all the search params is correct, test all index params, and build + target: test basic search function, all the search params are correct, test all index params, and build method: search with the given vectors, check the result expected: the length of the result is top_k """ @@ -2335,7 +2335,7 @@ class TestSearchBase: @pytest.mark.tags(CaseLabel.L2) def test_search_ip_index_empty_partition(self, connect, collection, get_simple_index, get_top_k, get_nq): """ - target: test basic search function, all the search params is correct, test all index params, and build + target: test basic search function, all the search params are correct, test all index params, and build method: add vectors into collection, search with the given vectors, check the result expected: the length of the result is top_k, search collection with partition tag return empty """ @@ -2368,7 +2368,7 @@ class TestSearchBase: @pytest.mark.tags(CaseLabel.L2) def test_search_ip_index_partitions(self, connect, collection, get_simple_index, get_top_k): """ - target: test basic search function, all the search params is correct, test all index params, and build + target: test basic search function, all the search params are correct, test all index params, and build method: search collection with the given vectors and tags, check the result expected: the length of the result is top_k """