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

[Pull-based Ingestion] Add Kinesis plugin support #17615

Merged
merged 8 commits into from
Mar 24, 2025

fix ut

2a99aa4
Select commit
Loading
Failed to load commit list.
Merged

[Pull-based Ingestion] Add Kinesis plugin support #17615

fix ut
2a99aa4
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 21, 2025 in 0s

72.50% (target 70.00%)

View this Pull Request on Codecov

72.50% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 72.72727% with 42 lines in your changes missing coverage. Please review.

Project coverage is 72.50%. Comparing base (47d3655) to head (2a99aa4).
Report is 11 commits behind head on main.

Files with missing lines Patch % Lines
...pensearch/plugin/kinesis/KinesisShardConsumer.java 72.00% 16 Missing and 5 partials ⚠️
.../org/opensearch/plugin/kinesis/SequenceNumber.java 60.86% 5 Missing and 4 partials ⚠️
...pensearch/plugin/kafka/KafkaPartitionConsumer.java 53.84% 4 Missing and 2 partials ⚠️
...a/org/opensearch/plugin/kinesis/KinesisPlugin.java 0.00% 3 Missing ⚠️
...nsearch/plugin/kinesis/KinesisConsumerFactory.java 71.42% 2 Missing ⚠️
...a/org/opensearch/index/engine/IngestionEngine.java 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #17615      +/-   ##
============================================
- Coverage     72.53%   72.50%   -0.04%     
- Complexity    65826    65832       +6     
============================================
  Files          5311     5317       +6     
  Lines        305073   305211     +138     
  Branches      44243    44258      +15     
============================================
- Hits         221293   221287       -6     
- Misses        65688    65843     +155     
+ Partials      18092    18081      -11     

☔ 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.