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

Fix IRC timeout bug

43c0ef4
Select commit
Loading
Failed to load commit list.
Merged

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

Fix IRC timeout bug
43c0ef4
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 20, 2024 in 0s

71.96% (target 70.00%)

View this Pull Request on Codecov

71.96% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 50.00000% with 3 lines in your changes missing coverage. Please review.

Project coverage is 71.96%. Comparing base (093c060) to head (43c0ef4).
Report is 7 commits behind head on main.

Files Patch % Lines
...in/java/org/opensearch/indices/IndicesService.java 0.00% 1 Missing and 1 partial ⚠️
...va/org/opensearch/indices/IndicesRequestCache.java 75.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #15327      +/-   ##
============================================
+ Coverage     71.95%   71.96%   +0.01%     
- Complexity    63179    63218      +39     
============================================
  Files          5212     5212              
  Lines        295649   295650       +1     
  Branches      42692    42692              
============================================
+ Hits         212726   212763      +37     
+ Misses        65485    65397      -88     
- Partials      17438    17490      +52     

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