You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adjust assertion for suggestion result when search timed out
there are scenarios where the hits collection succeed, as well as aggs, but
the suggest phase terminates early due to a timeout. In that case, partial
results may be returned if allowed. We have an assertion that verifies that
whenever suggestions are returned as part of a query search result, all of the
other query results also include suggest results. That is not the case if there's
a timeout. This commit adjusts such assertion accordingly.
This issues surfaced thanks to a new testSuggestWithPartialResults tests added
to SearchTimeoutIT.
0 commit comments