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

Fix flakiness with SegmentReplicationSuiteIT #11977

Merged
merged 5 commits into from
Apr 14, 2024

Remove unnecessary method from OngoingSegmentReplications

13522a0
Select commit
Loading
Failed to load commit list.
Merged

Fix flakiness with SegmentReplicationSuiteIT #11977

Remove unnecessary method from OngoingSegmentReplications
13522a0
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 12, 2024 in 0s

71.47% (target 70.00%)

View this Pull Request on Codecov

71.47% (target 70.00%)

Details

Codecov Report

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

Project coverage is 71.47%. Comparing base (b15cb0c) to head (13522a0).
Report is 157 commits behind head on main.

Files Patch % Lines
...ndices/replication/OngoingSegmentReplications.java 81.25% 2 Missing and 1 partial ⚠️
...ensearch/indices/replication/common/CopyState.java 66.66% 2 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #11977      +/-   ##
============================================
+ Coverage     71.42%   71.47%   +0.05%     
- Complexity    59978    60375     +397     
============================================
  Files          4985     5025      +40     
  Lines        282275   284357    +2082     
  Branches      40946    41183     +237     
============================================
+ Hits         201603   203246    +1643     
- Misses        63999    64206     +207     
- Partials      16673    16905     +232     

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