mirror of https://github.com/milvus-io/milvus.git
Add debug logs in tests (#14652)
Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>pull/14703/head
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…
Reference in New Issue