Skip to content

Commit

Permalink
Add logs to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
talsperre committed Jan 10, 2025
1 parent 04d2195 commit 18a293f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/core/tests/client_ancestors.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 18a293f

Please sign in to comment.