-
Notifications
You must be signed in to change notification settings - Fork 99
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
Minor change to enable calling apps to be aware of exceptions #523
Conversation
Eek. I'm nowhere near experienced enough to know why github's saying it failed. It passed the tests when I ran them through maven on the command line. |
It's not related to your PR, it's my own fault, the submission of coverage info fails because your PR was opened from a fork, which disables secrets in the workflow for security reasons. I'll get this fixed independently. |
Phew! That's good to know. |
Does not work anymore with GitHub CI
This reverts commit b867a2a. We will add the integration back!
Closing as replaced by #526. |
The of processDumpFile() method of DumpProcessingController was catching exceptions, so calling apps couldn't detect whether an error had occurred. This minor change modifies processDumpFile() to throw exceptions with their original error message after logging them with their original log message.