mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-08 01:58:34 +08:00
Add debug logs in tests (#14652)
Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>
This commit is contained in:
parent
2cf5a51b23
commit
a9233fab54
@ -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])
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user