Skip to content

Conversation

GrahamDennis
Copy link
Contributor

@GrahamDennis GrahamDennis commented Jun 8, 2025

Previously if a task was run as a dependency of another task, the error message simply reported something like:

exit status 1

It is desirable instead to name the root task and all child tasks in the tree to the failing task.

After this PR, the error message will read:

task: Failed to run task "root": task: Failed to run task "failing-task": exit status 1

Additionally, task errors did not use the task's label name when present, which they now will.

Previously if a task was run as a dependency of another task,
the error message simply reported something like:

```
exit status 1
```

It is desirable instead to name the root task and all child tasks in the tree
to the failing task.

After this PR, the error message will read:

```
task: Failed to run task "root": task: Failed to run task "failing-task": exit status 1
```
@GrahamDennis
Copy link
Contributor Author

ping @pd93 / @andreynering ?

@andreynering andreynering self-requested a review July 16, 2025 12:54
@andreynering
Copy link
Member

@GrahamDennis I know we are overdue on reviewing many issues and PRs. We are very limited in time.

I self-requested a review, and will take a look once possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants