mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci] Shorten long sentences (#12650)
Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>
This commit is contained in:
parent
9c6dce00ba
commit
f47e5acae5
@ -404,7 +404,8 @@ class TestCompactionOperation(TestcaseBase):
|
||||
search_params, ct.default_limit,
|
||||
check_task=CheckTasks.err_res,
|
||||
check_items={ct.err_code: 1,
|
||||
ct.err_msg: "Metric type of field index isn't the same with search info"})
|
||||
ct.err_msg: "Metric type of field index isn't "
|
||||
"the same with search info"})
|
||||
|
||||
# verify search result
|
||||
search_params = {"metric_type": "JACCARD", "params": {"nprobe": 10}}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user