blob: 758baff979a22bb9c5c8d01b10f694b96902f1f0 [file] [log] [blame]
[
{
"comment": "Job fail normally, task states stay the same.",
"taskStates": [
"COMPLETED","TASK_ERROR"
],
"expectedTaskEndingStates": [
"COMPLETED","TASK_ERROR"
],
"expectedJobEndingStates" : "FAILED",
"expectedWorkflowEndingStates" : "FAILED"
},
{
"comment": "Job fail, running task aborted.",
"taskStates": [
"TASK_ERROR","RUNNING"
],
"expectedTaskEndingStates": [
"TASK_ERROR","TASK_ABORTED"
],
"expectedJobEndingStates" : "FAILED",
"expectedWorkflowEndingStates" : "FAILED"
}
]