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

[Backport 2.x] Add ThreadContextPermission for markAsSystemContext and allow core to perform the method #15035

Closed
wants to merge 1 commit into from

Add ThreadContextPermission for markAsSystemContext and allow core to…

aa182af
Select commit
Loading
Failed to load commit list.
Closed

[Backport 2.x] Add ThreadContextPermission for markAsSystemContext and allow core to perform the method #15035

Add ThreadContextPermission for markAsSystemContext and allow core to…
aa182af
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 31, 2024 in 0s

71.55% (target 70.00%)

View this Pull Request on Codecov

71.55% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 78.26087% with 5 lines in your changes missing coverage. Please review.

Project coverage is 71.55%. Comparing base (e5e1bad) to head (aa182af).
Report is 6 commits behind head on 2.x.

Files Patch % Lines
.../opensearch/secure_sm/ThreadContextPermission.java 50.00% 2 Missing ⚠️
...ch/common/util/concurrent/ThreadContextAccess.java 71.42% 2 Missing ⚠️
...ensearch/common/util/concurrent/ThreadContext.java 75.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##                2.x   #15035      +/-   ##
============================================
+ Coverage     71.48%   71.55%   +0.06%     
- Complexity    62677    62733      +56     
============================================
  Files          5123     5125       +2     
  Lines        294480   294538      +58     
  Branches      42912    42921       +9     
============================================
+ Hits         210518   210747     +229     
+ Misses        66286    66147     -139     
+ Partials      17676    17644      -32     

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