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

Expose errors in Tugboat properly #709

Merged
merged 12 commits into from
Jan 5, 2016
Merged

Expose errors in Tugboat properly #709

merged 12 commits into from
Jan 5, 2016

Conversation

ejholmes
Copy link
Contributor

This "fixes" https://app.honeybadger.io/projects/43058/faults/14165058 in that it makes the error visible. Previously, it would get silenced and people would be confused why they're deployment failed (tag wasn't found in the docker registry. See #644). It's the biggest source of errors that we see from Empire, so it's annoying when you just see a blank error.

The behavior before was to write the error to the log stream, then update the deployment status in Tugboat as failed. But if there was an error writing to the log stream, then the error would just be silenced. It's better if we just update the deployment status in Tugboat passing it the actual error that happened.

Depends on remind101/tugboat#41

TODO

@ejholmes ejholmes changed the title Trace error after prettifying logs. Expose errors in tugboat properly Dec 31, 2015
@ejholmes ejholmes changed the title Expose errors in tugboat properly Expose errors in Tugboat properly Dec 31, 2015

// DecodeJSONMessageStream wraps an io.Writer to decode a jsonmessage stream into
// plain text. Bytes written to w represent the decoded plain text stream.
func DecodeJSONMessageStream(w io.Writer) *DecodedJSONMessageWriter {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also refactored out how the jsonmessage stream is decoded, so you can just wrap an io.Writer to decode the stream and write plain text.

@phobologic
Copy link
Contributor

👍

ejholmes added a commit that referenced this pull request Jan 5, 2016
Expose errors in Tugboat properly
@ejholmes ejholmes merged commit 68d4520 into master Jan 5, 2016
@ejholmes ejholmes deleted the trace-after branch January 5, 2016 21:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants