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

[Offline Nodes] Adds new library for offline tasks #13574

Merged
merged 35 commits into from
Aug 14, 2024

Merge branch 'main' into offline-tasks-library

9a87245
Select commit
Loading
Failed to load commit list.
Merged

[Offline Nodes] Adds new library for offline tasks #13574

Merge branch 'main' into offline-tasks-library
9a87245
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 9, 2024 in 0s

71.82% (target 70.00%)

View this Pull Request on Codecov

71.82% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 82.24299% with 19 lines in your changes missing coverage. Please review.

Project coverage is 71.82%. Comparing base (978d14e) to head (9a87245).
Report is 1 commits behind head on main.

Files Patch % Lines
...ensearch/task/commons/clients/TaskListRequest.java 0.00% 11 Missing ⚠️
server/src/main/java/org/opensearch/node/Node.java 28.57% 4 Missing and 1 partial ⚠️
...org/opensearch/task/commons/worker/WorkerNode.java 85.71% 0 Missing and 2 partials ⚠️
.../java/org/opensearch/task/commons/task/TaskId.java 88.88% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #13574      +/-   ##
============================================
- Coverage     71.84%   71.82%   -0.03%     
- Complexity    62953    62986      +33     
============================================
  Files          5178     5192      +14     
  Lines        295204   295290      +86     
  Branches      42682    42666      -16     
============================================
  Hits         212099   212099              
- Misses        65710    65772      +62     
- Partials      17395    17419      +24     

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