Add debug logs in tests (#14652)

Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>
pull/14703/head
yanliang567 2022-01-04 19:27:34 +08:00 committed by GitHub
parent 2cf5a51b23
commit a9233fab54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -120,6 +120,7 @@ class TestInsertBase:
method: insert entities, sleep, and delete collection
expected: has_collection false
"""
log.debug(f"test_insert_flush_drop_collection collection name: {collection}")
result = connect.insert(collection, default_entity)
assert len(result.primary_keys) == 1
connect.flush([collection])