-
Notifications
You must be signed in to change notification settings - Fork 85
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
[2201.7.x] Fix resilient client failure in passthrough #1761
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## 2201.7.x #1761 +/- ##
==============================================
+ Coverage 81.57% 81.62% +0.04%
Complexity 577 577
==============================================
Files 393 393
Lines 21399 21409 +10
Branches 4792 4798 +6
==============================================
+ Hits 17457 17475 +18
+ Misses 2943 2937 -6
+ Partials 999 997 -2
☔ View full report in Codecov by Sentry. |
ballerina-tests/http-resiliency-tests/tests/test_service_ports.bal
Outdated
Show resolved
Hide resolved
ballerina-tests/http-resiliency-tests/tests/test_service_ports.bal
Outdated
Show resolved
Hide resolved
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Purpose
Examples
This was failing before when we try to build the binary payload for the request where the data source is already available. This fix will check the availability of the data source before trying to build the payload as
byte[]
.Checklist
Updated the spec