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

Increase await timeout for testCancelFailedSearchWhenPartialResultDisallowed #123084

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

smalyshev
Copy link
Contributor

Kinda hard to figure out why it may fail but my one assumption is the search doesn't start for too long so by the time it arrives to latch unlock, it's too late, because assertBusy is 30s, but latch is just 10s.

Fixes #121719

@smalyshev smalyshev requested a review from JVerwolf February 20, 2025 23:56
@smalyshev smalyshev marked this pull request as ready for review February 20, 2025 23:56
@smalyshev smalyshev added >test Issues or PRs that are addressing/adding tests :Search Foundations/Search Catch all for Search Foundations auto-backport Automatically create backport pull requests when merged v8.19.0 labels Feb 20, 2025
@elasticsearchmachine elasticsearchmachine added the Team:Search Foundations Meta label for the Search Foundations team in Elasticsearch label Feb 20, 2025
@elasticsearchmachine
Copy link
Collaborator

Pinging @elastic/es-search-foundations (Team:Search Foundations)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto-backport Automatically create backport pull requests when merged :Search Foundations/Search Catch all for Search Foundations Team:Search Foundations Meta label for the Search Foundations team in Elasticsearch >test Issues or PRs that are addressing/adding tests v8.19.0 v9.1.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[CI] SearchCancellationIT testCancelFailedSearchWhenPartialResultDisallowed failing
2 participants