Skip to content
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

Prep task status is always failure even when completed #1765

Closed
ascobie opened this issue Nov 13, 2018 · 2 comments
Closed

Prep task status is always failure even when completed #1765

ascobie opened this issue Nov 13, 2018 · 2 comments

Comments

@ascobie
Copy link
Member

ascobie commented Nov 13, 2018

Development (master)

Viewing the job prep and release tasks ALWAYS shows a failed status in the UI. Logging the state of the task shows "completed", so something is not right here.

image

Logging the state shows: "STATE :: completed"

@ascobie
Copy link
Member Author

ascobie commented Nov 13, 2018

status: this.status(task),

status is always set to "failure", but the task state is completed. So maybe its no longer an enum.

@timotheeguerin
Copy link
Member

timotheeguerin commented Nov 13, 2018

I see, issue with the result changed from being pascal case to lower case in the service a while back and we didn't update the enums

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

No branches or pull requests

2 participants