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

Add ThreadContextPermission for stashAndMergeHeaders and stashWithOrigin #15039

Merged
merged 3 commits into from
Jul 31, 2024

Use ThreadContextAccess

c0324b4
Select commit
Loading
Failed to load commit list.
Merged

Add ThreadContextPermission for stashAndMergeHeaders and stashWithOrigin #15039

Use ThreadContextAccess
c0324b4
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 31, 2024 in 0s

71.87% (target 70.00%)

View this Pull Request on Codecov

71.87% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 72.72727% with 3 lines in your changes missing coverage. Please review.

Project coverage is 71.87%. Comparing base (eb306d2) to head (c0324b4).
Report is 4 commits behind head on main.

Files Patch % Lines
...ensearch/common/util/concurrent/ThreadContext.java 75.00% 0 Missing and 2 partials ⚠️
.../org/opensearch/client/support/AbstractClient.java 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #15039      +/-   ##
============================================
+ Coverage     71.77%   71.87%   +0.09%     
- Complexity    62689    62810     +121     
============================================
  Files          5163     5165       +2     
  Lines        294412   294446      +34     
  Branches      42582    42589       +7     
============================================
+ Hits         211325   211636     +311     
+ Misses        65689    65390     -299     
- Partials      17398    17420      +22     

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