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 #15038

Merged
merged 2 commits into from
Jul 31, 2024

Add deprecationLogger

33c87c0
Select commit
Loading
Failed to load commit list.
Merged

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

Add deprecationLogger
33c87c0
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 31, 2024 in 0s

71.62% (target 70.00%)

View this Pull Request on Codecov

71.62% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 74.07407% with 7 lines in your changes missing coverage. Please review.

Project coverage is 71.62%. Comparing base (e5e1bad) to head (33c87c0).
Report is 6 commits behind head on 2.x.

Files Patch % Lines
...ensearch/common/util/concurrent/ThreadContext.java 62.50% 2 Missing and 1 partial ⚠️
.../opensearch/secure_sm/ThreadContextPermission.java 50.00% 2 Missing ⚠️
...ch/common/util/concurrent/ThreadContextAccess.java 71.42% 2 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##                2.x   #15038      +/-   ##
============================================
+ Coverage     71.48%   71.62%   +0.14%     
- Complexity    62677    62819     +142     
============================================
  Files          5123     5125       +2     
  Lines        294480   294542      +62     
  Branches      42912    42921       +9     
============================================
+ Hits         210518   210978     +460     
+ Misses        66286    65902     -384     
+ Partials      17676    17662      -14     

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