-
Notifications
You must be signed in to change notification settings - Fork 881
Error while canceling job should result in failed; instead results in canceled #1374
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Comments
I agree with this change as important from the experience perspective. I only consider this a |
90 tasks
Kira-Pilot
added a commit
that referenced
this issue
Jul 20, 2022
Kira-Pilot
added a commit
that referenced
this issue
Jul 21, 2022
Kira-Pilot
added a commit
that referenced
this issue
Jul 21, 2022
Kira-Pilot
added a commit
that referenced
this issue
Jul 21, 2022
* set a failed canceled job status correctly resolves #1374 * added unit test for convertProvisionerJob * Update coderd/provisionerjobs_internal_test.go Co-authored-by: Cian Johnston <[email protected]> * PR feedback Co-authored-by: Cian Johnston <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
OS Information
coder --version
: Coder v0.5.4-devel+d847d2bspotted in code read, c.f.
coder/coderd/provisionerjobs.go
Line 266 in 2df92e6
Steps to Reproduce
canceled_at
and status becomes "Cancelling"error
andcompleted_at
, status becomes "Canceled"Expected
Status should be Failed
Actual
Status is Canceled
Logs
Screenshot
Notes
The text was updated successfully, but these errors were encountered: