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 markAsSystemContext and allow core to perform the method #15016

Merged
merged 10 commits into from
Jul 31, 2024

Mark as internal

1ff09c2
Select commit
Loading
Failed to load commit list.
Merged

Add ThreadContextPermission for markAsSystemContext and allow core to perform the method #15016

Mark as internal
1ff09c2
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 30, 2024 in 1s

71.82% (target 70.00%)

View this Pull Request on Codecov

71.82% (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.82%. Comparing base (03b1306) to head (1ff09c2).
Report is 3 commits behind head on main.

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              @@
##               main   #15016      +/-   ##
============================================
+ Coverage     71.77%   71.82%   +0.05%     
- Complexity    62706    62723      +17     
============================================
  Files          5161     5163       +2     
  Lines        294368   294383      +15     
  Branches      42577    42578       +1     
============================================
+ Hits         211286   211449     +163     
+ Misses        65592    65508      -84     
+ Partials      17490    17426      -64     

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