-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
pipeline/task.bridge: do not cache invalid external adapter response objects. #11725
pipeline/task.bridge: do not cache invalid external adapter response objects. #11725
Conversation
I see that you haven't updated any CHANGELOG files. Would it make sense to do so? |
849d862
to
ba7378e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me but we should also get someone's approval from the core side
3a8826f
to
6208205
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a follow up task to properly fix how EAs return status?
b209212
to
7ad23eb
Compare
7ad23eb
to
408746c
Compare
408746c
to
0c64bb7
Compare
Co-authored-by: Jordan Krage <[email protected]>
0c64bb7
to
5d1351c
Compare
SonarQube Quality Gate |
This change updates the task bridge to check the external adapter response object for invalid status code, provider status code and internal errors. Fixes the issues described on BCF-2415.
Aligned with the current behaviour for v2/v3 external adapters.