mirror of https://github.com/milvus-io/milvus.git
[skip ci] Improve function comments (#8571)
Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>pull/8575/head
parent
3269c1d992
commit
0483ae810f
|
@ -138,11 +138,11 @@ class TestcaseBase(Base):
|
|||
auto_id=False, dim=ct.default_dim, is_index=False):
|
||||
"""
|
||||
target: create specified collections
|
||||
method: 1. create collections (binary/non-binary)
|
||||
method: 1. create collections (binary/non-binary, default/all data type, auto_id or not)
|
||||
2. create partitions if specified
|
||||
3. insert specified binary/non-binary data
|
||||
3. insert specified (binary/non-binary, default/all data type) data
|
||||
into each partition if any
|
||||
expected: return collection and raw data
|
||||
expected: return collection and raw data, insert ids
|
||||
"""
|
||||
log.info("Test case of search interface: initialize before test case")
|
||||
self._connect()
|
||||
|
|
Loading…
Reference in New Issue