From a9233fab543cb99b62d0ff3ed6dd2ba33f4bef7e Mon Sep 17 00:00:00 2001 From: yanliang567 <82361606+yanliang567@users.noreply.github.com> Date: Tue, 4 Jan 2022 19:27:34 +0800 Subject: [PATCH] Add debug logs in tests (#14652) Signed-off-by: yanliang567 --- tests/python_client/testcases/entity/test_insert.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/python_client/testcases/entity/test_insert.py b/tests/python_client/testcases/entity/test_insert.py index 5182088dac..a3e9c4e98c 100644 --- a/tests/python_client/testcases/entity/test_insert.py +++ b/tests/python_client/testcases/entity/test_insert.py @@ -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])