-
Notifications
You must be signed in to change notification settings - Fork 76
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
fix: add generic error msg for unknown source errors #645
base: main
Are you sure you want to change the base?
Conversation
@Alex-Izquierdo It might make sense to add some tests for this with some local sources with builtin failures to see how they get reported. |
3e00a90
to
6ac9f82
Compare
@mkanoor added tests |
Solved a merge conflict |
@Alex-Izquierdo should we rename range_exception to a generic name since it has nothing to do with range? |
Hi @bzwei renamed to "source_with_exception" as we agreed. |
Quality Gate passedIssues Measures |
This is a little enhancement when the source plugin fails and raises an exception without message.
Also extends the source plugin development guide.
Related with https://issues.redhat.com/browse/AAP-19598