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

Handle Task/GenServer exits correctly in Google formatter #133

Merged
merged 1 commit into from
Sep 12, 2024

Conversation

BrentWheeldon
Copy link
Contributor

We were running into a situation where errors caused by GenServers terminating were not being formatted because they were a slightly different shape to what was expected in the formatter. This updates the formatter to handle them.

I'm very open to implementing and/or testing this in a different way - any/all feedback appreciated!

We were running into a situation where errors caused by GenServers
terminating were not being formatted because they were a slightly
different shape to what was expected in the formatter. This updates the
formatter to handle them.
@coveralls
Copy link

Coverage Status

coverage: 100.0%. remained the same
when pulling 25d719c on mechanical-orchard:log-exits
into 5ad0dee on Nebo15:master.

Copy link
Member

@AndrewDryga AndrewDryga left a comment

Choose a reason for hiding this comment

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

Thank you ❤️. I will make sure it's ported to other formaters too

@AndrewDryga AndrewDryga merged commit a27b61d into Nebo15:master Sep 12, 2024
4 checks passed
@BrentWheeldon BrentWheeldon deleted the log-exits branch September 12, 2024 16:32
@BrentWheeldon BrentWheeldon restored the log-exits branch September 12, 2024 16:32
@dankentfield
Copy link

Thank you ❤️. I will make sure it's ported to other formaters too

@AndrewDryga do you know if this has been ported to the datadog formatter yet?

I think (but am not sure) this might be happening there too.

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.

4 participants