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

[Bugfix] Fixes IRC NPE bug for timed-out cacheable queries #15327

Merged
merged 11 commits into from
Aug 23, 2024

Merge remote-tracking branch 'upstream/main' into irc-timeout-fix

a8f2521
Select commit
Loading
Failed to load commit list.
Merged

[Bugfix] Fixes IRC NPE bug for timed-out cacheable queries #15327

Merge remote-tracking branch 'upstream/main' into irc-timeout-fix
a8f2521
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 23, 2024 in 0s

71.35% (target 70.00%)

View this Pull Request on Codecov

71.35% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 20.00000% with 4 lines in your changes missing coverage. Please review.

Project coverage is 71.35%. Comparing base (dac6460) to head (a8f2521).

Files Patch % Lines
...va/org/opensearch/indices/IndicesRequestCache.java 0.00% 4 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #15327      +/-   ##
============================================
- Coverage     71.83%   71.35%   -0.49%     
+ Complexity    63174    62709     -465     
============================================
  Files          5224     5224              
  Lines        296078   296077       -1     
  Branches      42763    42762       -1     
============================================
- Hits         212702   211272    -1430     
- Misses        65902    67312    +1410     
- Partials      17474    17493      +19     

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