[skip ci] Improve function comments (#8571)

Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>
pull/8575/head
binbin 2021-09-26 14:03:58 +08:00 committed by GitHub
parent 3269c1d992
commit 0483ae810f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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()