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 query timeout handling by checking searchContext.isSearchTimedOut() #16882

Closed
wants to merge 1 commit into from

Fix query timeout handling by checking searchContext.isSearchTimedOut()

751ad99
Select commit
Loading
Failed to load commit list.
Closed

Fix query timeout handling by checking searchContext.isSearchTimedOut() #16882

Fix query timeout handling by checking searchContext.isSearchTimedOut()
751ad99
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 18, 2024 in 0s

72.13% (target 70.00%)

View this Pull Request on Codecov

72.13% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 0% with 2 lines in your changes missing coverage. Please review.

Project coverage is 72.13%. Comparing base (b5f651f) to head (751ad99).

Files with missing lines Patch % Lines
...ensearch/search/internal/ContextIndexSearcher.java 0.00% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #16882      +/-   ##
============================================
- Coverage     72.21%   72.13%   -0.08%     
+ Complexity    65335    65325      -10     
============================================
  Files          5318     5318              
  Lines        304081   304083       +2     
  Branches      43995    43996       +1     
============================================
- Hits         219578   219365     -213     
- Misses        66541    66740     +199     
- Partials      17962    17978      +16     

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