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

Read write ephemeral objects for remote publication of cluster state #14089

Merged
merged 13 commits into from
Jun 11, 2024

Add Tear down for tests

7a05c8e
Select commit
Loading
Failed to load commit list.
Merged

Read write ephemeral objects for remote publication of cluster state #14089

Add Tear down for tests
7a05c8e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 11, 2024 in 0s

71.64% (target 70.00%)

View this Pull Request on Codecov

71.64% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 56.81818% with 209 lines in your changes missing coverage. Please review.

Project coverage is 71.64%. Comparing base (b15cb0c) to head (7a05c8e).
Report is 405 commits behind head on main.

Files Patch % Lines
...arch/gateway/remote/RemoteClusterStateService.java 50.73% 138 Missing and 29 partials ⚠️
...teway/remote/RemoteClusterStateCleanupManager.java 28.12% 13 Missing and 10 partials ⚠️
...pensearch/cluster/RepositoryCleanupInProgress.java 28.57% 9 Missing and 1 partial ⚠️
...ay/remote/RemoteClusterStateAttributesManager.java 70.00% 2 Missing and 1 partial ⚠️
...arch/index/recovery/RemoteStoreRestoreService.java 0.00% 2 Missing ⚠️
...ting/remote/InternalRemoteRoutingTableService.java 96.42% 0 Missing and 1 partial ⚠️
.../routing/remote/NoopRemoteRoutingTableService.java 50.00% 1 Missing ⚠️
...ateway/remote/model/RemoteClusterStateCustoms.java 85.71% 1 Missing ⚠️
server/src/main/java/org/opensearch/node/Node.java 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #14089      +/-   ##
============================================
+ Coverage     71.42%   71.64%   +0.22%     
- Complexity    59978    61967    +1989     
============================================
  Files          4985     5117     +132     
  Lines        282275   291579    +9304     
  Branches      40946    42150    +1204     
============================================
+ Hits         201603   208902    +7299     
- Misses        63999    65421    +1422     
- Partials      16673    17256     +583     

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