未验证 提交 ba360d72 编写于 作者: Y yanliang567 提交者: GitHub

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

Signed-off-by: Nyanliang567 <yanliang.qiao@zilliz.com>
上级 7a80219a
...@@ -903,7 +903,9 @@ class TestQueryOperation(TestcaseBase): ...@@ -903,7 +903,9 @@ class TestQueryOperation(TestcaseBase):
def test_query_after_index(self): def test_query_after_index(self):
""" """
target: test query after creating index target: test query after creating index
method: query after index method: 1. indexing
2. load
3. query
expected: query result is correct expected: query result is correct
""" """
collection_w, vectors, binary_raw_vectors = self.init_collection_general(prefix, insert_data=True)[0:3] collection_w, vectors, binary_raw_vectors = self.init_collection_general(prefix, insert_data=True)[0:3]
...@@ -922,7 +924,8 @@ class TestQueryOperation(TestcaseBase): ...@@ -922,7 +924,8 @@ class TestQueryOperation(TestcaseBase):
def test_query_after_search(self): def test_query_after_search(self):
""" """
target: test query after search target: test query after search
method: query after search method: 1. search
2. query without load again
expected: query result is correct expected: query result is correct
""" """
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册