Skip to content

added the unit tests for incremental download of translog

1211703
Select commit
Loading
Failed to load commit list.
Open

Add support for incremental download of translog files #16204

added the unit tests for incremental download of translog
1211703
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 7, 2025 in 0s

72.08% (target 70.00%)

View this Pull Request on Codecov

72.08% (target 70.00%)

Details

Codecov Report

❌ Patch coverage is 81.95489% with 24 lines in your changes missing coverage. Please review.
✅ Project coverage is 72.08%. Comparing base (35c366d) to head (1211703).
⚠️ Report is 905 commits behind head on main.

Files with missing lines Patch % Lines
.../org/opensearch/index/translog/TranslogFooter.java 70.96% 6 Missing and 3 partials ⚠️
.../org/opensearch/index/translog/TranslogWriter.java 73.68% 2 Missing and 3 partials ⚠️
...rg/opensearch/index/translog/RemoteFsTranslog.java 84.00% 3 Missing and 1 partial ⚠️
.../org/opensearch/index/translog/TranslogReader.java 76.47% 1 Missing and 3 partials ⚠️
...n/java/org/opensearch/index/translog/Translog.java 75.00% 1 Missing ⚠️
...dex/translog/transfer/TranslogTransferManager.java 90.90% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #16204      +/-   ##
============================================
- Coverage     72.10%   72.08%   -0.03%     
+ Complexity    64862    64858       -4     
============================================
  Files          5307     5308       +1     
  Lines        302606   302720     +114     
  Branches      43717    43734      +17     
============================================
+ Hits         218208   218228      +20     
- Misses        66541    66542       +1     
- Partials      17857    17950      +93     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.