[skip ci]Update test comments in query (#9705)

Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>
pull/9743/head
yanliang567 2021-10-12 19:03:17 +08:00 committed by GitHub
parent 7a80219a50
commit ba360d72e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 2 deletions

View File

@ -903,7 +903,9 @@ class TestQueryOperation(TestcaseBase):
def test_query_after_index(self):
"""
target: test query after creating index
method: query after index
method: 1. indexing
2. load
3. query
expected: query result is correct
"""
collection_w, vectors, binary_raw_vectors = self.init_collection_general(prefix, insert_data=True)[0:3]
@ -922,7 +924,8 @@ class TestQueryOperation(TestcaseBase):
def test_query_after_search(self):
"""
target: test query after search
method: query after search
method: 1. search
2. query without load again
expected: query result is correct
"""