From 18a293f4f0f7b68e2a3d0aaae34a583c8afd4065 Mon Sep 17 00:00:00 2001 From: Shashank Srikanth Date: Fri, 10 Jan 2025 12:25:35 -0800 Subject: [PATCH] Add logs to tests --- test/core/tests/client_ancestors.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/core/tests/client_ancestors.py b/test/core/tests/client_ancestors.py index b46f81952fc..5548392e774 100644 --- a/test/core/tests/client_ancestors.py +++ b/test/core/tests/client_ancestors.py @@ -63,6 +63,7 @@ def check_results(self, flow, checker): # For each task in the step for task in step: ancestors = task.immediate_ancestors + print(f"Task is {task.data.task_pathspec} and ancestors are {ancestors}") ancestor_pathspecs = set(chain.from_iterable(ancestors.values())) # Compare with stored parent_task_pathspecs