mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-07 17:48:29 +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
|
method: insert entities, sleep, and delete collection
|
||||||
expected: has_collection false
|
expected: has_collection false
|
||||||
"""
|
"""
|
||||||
|
log.debug(f"test_insert_flush_drop_collection collection name: {collection}")
|
||||||
result = connect.insert(collection, default_entity)
|
result = connect.insert(collection, default_entity)
|
||||||
assert len(result.primary_keys) == 1
|
assert len(result.primary_keys) == 1
|
||||||
connect.flush([collection])
|
connect.flush([collection])
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user