mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci] Fix test logs (#11311)
Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>
This commit is contained in:
parent
ed7d26a152
commit
397484f8f9
@ -337,7 +337,7 @@ class TestCollectionSearchInvalid(TestcaseBase):
|
||||
# 1. initialize with data
|
||||
collection_w = self.init_collection_general(prefix)[0]
|
||||
# 2. search with invalid limit (topK)
|
||||
log.info("test_search_param_invalid_limit: searching with "
|
||||
log.info("test_search_param_invalid_limit_value: searching with "
|
||||
"invalid limit (topK) = %s" % limit)
|
||||
err_msg = "limit %d is too large!" % limit
|
||||
if limit == 0:
|
||||
@ -692,7 +692,7 @@ class TestCollectionSearchInvalid(TestcaseBase):
|
||||
# 1. initialize with data
|
||||
collection_w = self.init_collection_general(prefix, True)[0]
|
||||
# 2. search
|
||||
log.info("test_search_output_field_vector: Searching collection %s" % collection_w.name)
|
||||
log.info("test_search_output_field_invalid_wildcard: Searching collection %s" % collection_w.name)
|
||||
collection_w.search(vectors[:default_nq], default_search_field,
|
||||
default_search_params, default_limit,
|
||||
default_search_exp, output_fields=output_fields,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user