Skip to content
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

Adding support for handling multiple transport protocols #12967

Merged
merged 11 commits into from
Apr 8, 2024

Fixing recursion

3f08cea
Select commit
Loading
Failed to load commit list.
Merged

Adding support for handling multiple transport protocols #12967

Fixing recursion
3f08cea
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 8, 2024 in 0s

71.39% (target 70.00%)

View this Pull Request on Codecov

71.39% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 88.10976% with 39 lines in your changes are missing coverage. Please review.

Project coverage is 71.39%. Comparing base (b15cb0c) to head (3f08cea).
Report is 139 commits behind head on main.

Files Patch % Lines
...org/opensearch/transport/NativeMessageHandler.java 89.32% 11 Missing and 8 partials ⚠️
...port/nativeprotocol/NativeInboundBytesHandler.java 88.73% 0 Missing and 8 partials ⚠️
...java/org/opensearch/transport/InboundPipeline.java 66.66% 1 Missing and 3 partials ⚠️
...transport/nativeprotocol/NativeInboundMessage.java 90.90% 2 Missing and 2 partials ⚠️
.../java/org/opensearch/transport/InboundHandler.java 66.66% 1 Missing and 1 partial ⚠️
...in/java/org/opensearch/transport/TcpTransport.java 0.00% 2 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #12967      +/-   ##
============================================
- Coverage     71.42%   71.39%   -0.03%     
- Complexity    59978    60457     +479     
============================================
  Files          4985     5029      +44     
  Lines        282275   284589    +2314     
  Branches      40946    41221     +275     
============================================
+ Hits         201603   203184    +1581     
- Misses        63999    64619     +620     
- Partials      16673    16786     +113     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.