Skip to content

[CI] CoordinatorTests testAllSearchesExecuted failing #126366

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

Open
elasticsearchmachine opened this issue Apr 5, 2025 · 3 comments
Open

[CI] CoordinatorTests testAllSearchesExecuted failing #126366

elasticsearchmachine opened this issue Apr 5, 2025 · 3 comments
Assignees
Labels
low-risk An open issue or test failure that is a low risk to future releases :Search Foundations/Search Catch all for Search Foundations Team:Search Foundations Meta label for the Search Foundations team in Elasticsearch >test-failure Triaged test failures from CI

Comments

@elasticsearchmachine
Copy link
Collaborator

Build Scans:

Reproduction Line:

./gradlew ':x-pack:plugin:enrich:test' --tests "org.elasticsearch.xpack.enrich.action.CoordinatorTests.testAllSearchesExecuted" -Dtests.seed=383D3FDDCAFA585A -Dtests.locale=et -Dtests.timezone=America/Costa_Rica -Druntime.java=8

Applicable branches:
7.17

Reproduces locally?:
N/A

Failure History:
See dashboard

Failure Message:

java.lang.AssertionError: null

Issue Reasons:

  • [7.17] 2 failures in test testAllSearchesExecuted (0.3% fail rate in 730 executions)

Note:
This issue was created using new test triage automation. Please report issues or feedback to es-delivery.

@elasticsearchmachine elasticsearchmachine added :Search/Search Search-related issues that do not fall into other categories >test-failure Triaged test failures from CI Team:Search Meta label for search team needs:risk Requires assignment of a risk label (low, medium, blocker) labels Apr 5, 2025
@elasticsearchmachine
Copy link
Collaborator Author

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

@javanna javanna added :Search Foundations/Search Catch all for Search Foundations and removed :Search/Search Search-related issues that do not fall into other categories needs:risk Requires assignment of a risk label (low, medium, blocker) labels Apr 7, 2025
@elasticsearchmachine elasticsearchmachine added needs:risk Requires assignment of a risk label (low, medium, blocker) Team:Search Foundations Meta label for the Search Foundations team in Elasticsearch and removed Team:Search Meta label for search team labels Apr 7, 2025
@elasticsearchmachine
Copy link
Collaborator Author

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

@cbuescher cbuescher self-assigned this Apr 8, 2025
@cbuescher
Copy link
Member

I cannot reproduce locally so far. Will try a bit more on a linux box with the exact JVM since the failures are all in the matrix tests.

Test fails here waiting for a task completion countdown latch to reach 0:
https://github.com/elastic/elasticsearch/blob/7.17/x-pack/plugin/enrich/src/test/java/org/elasticsearch/xpack/enrich/action/CoordinatorTests.java#L382

The timeout has been increased to 20sec already at some point in the past but that seems ample time to finish.

Failure history shows that this test only failed on 7.17 in the last three months, only twice in total, so its not muted. Marking as low risk for that reason as I don't believe there have been any significant code changes recently in that area. I will dig a bit into whether there is anything else in the build scans that would explain machine slowness and take a look at the commit history around the time of the first failures that happened here on March 30th.

@cbuescher cbuescher added low-risk An open issue or test failure that is a low risk to future releases and removed needs:risk Requires assignment of a risk label (low, medium, blocker) labels Apr 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
low-risk An open issue or test failure that is a low risk to future releases :Search Foundations/Search Catch all for Search Foundations Team:Search Foundations Meta label for the Search Foundations team in Elasticsearch >test-failure Triaged test failures from CI
Projects
None yet
Development

No branches or pull requests

3 participants