[skip ci] Improve test logs (#11691)

Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>
pull/11695/head
binbin 2021-11-11 22:16:48 +08:00 committed by GitHub
parent b261e89a92
commit 687779412b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1867,7 +1867,7 @@ class TestCollectionSearch(TestcaseBase):
collection_w.load()
# 3. search with different expressions
log.info("test_search_with_expression: searching with expression: %s" % expression)
log.info("test_search_with_expression_auto_id: searching with expression: %s" % expression)
vectors = [[random.random() for _ in range(dim)] for _ in range(default_nq)]
search_res, _ = collection_w.search(vectors[:default_nq], default_search_field,
default_search_params, nb, expression,