Skip to content

Commit

Permalink
fix: set correctly group statuses on fatal error (#5978)
Browse files Browse the repository at this point in the history
  • Loading branch information
rangoo94 authored Oct 28, 2024
1 parent 234e2c7 commit e911735
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/api/v1/testkube/model_test_workflow_result_extended.go
Original file line number Diff line number Diff line change
Expand Up @@ -536,6 +536,7 @@ func (r *TestWorkflowResult) HealAborted(sigSequence []TestWorkflowSignature, er
} else if anyAborted {
step.Status = common.Ptr(ABORTED_TestWorkflowStepStatus)
}
r.Steps[ref] = step
}

// The rest of steps is unrecognized, so just mark them as aborted with information about faulty state
Expand Down

0 comments on commit e911735

Please sign in to comment.