-
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
Fix resilient client failure in passthrough #1762
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #1762 +/- ##
============================================
+ Coverage 81.36% 81.63% +0.26%
- Complexity 0 562 +562
============================================
Files 357 394 +37
Lines 19591 21352 +1761
Branches 4427 4779 +352
============================================
+ Hits 15940 17430 +1490
- Misses 2809 2939 +130
- Partials 842 983 +141
☔ 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
Co-authored-by: Dilan Sachintha Nayanajith <[email protected]>
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