Closed
Bug 1303830
Opened 8 years ago
Closed 8 years ago
taskcluster-worker doesn't report failed tasks
Categories
(Taskcluster :: Workers, defect, P1)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: wcosta, Assigned: wcosta)
References
Details
If a task exits with exit code != 0, it appears as "completed" on taskcluster-inspector.
Comment 1•8 years ago
|
||
Commit pushed to master at https://github.com/taskcluster/taskcluster-worker
https://github.com/taskcluster/taskcluster-worker/commit/48e1ce1f47f13be11f130d795d0d5c696b992f39
Bug 1303830: Report failed tasks correctly.
Task management code erroneously was using the success boolean flag to
check if the task has completed successfully, when we actually have to
check resultSet.Success(). This led to failed tasks been reported as
successful.
Assignee | ||
Updated•8 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Component: Worker → Workers
You need to log in
before you can comment on or make changes to this bug.
Description
•