-
Notifications
You must be signed in to change notification settings - Fork 78
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
fix: add generic error msg for unknown source errors #645
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 |
0447ddd
to
a4e66c0
Compare
a4e66c0
to
4739d17
Compare
Quality Gate passedIssues Measures |
@Alex-Izquierdo there are quality issues needed to be addressed. |
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
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