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

[CI] OldMappingsIT testStandardTokenFilter failing #123722

Closed
elasticsearchmachine opened this issue Feb 28, 2025 · 3 comments
Closed

[CI] OldMappingsIT testStandardTokenFilter failing #123722

elasticsearchmachine opened this issue Feb 28, 2025 · 3 comments
Assignees
Labels
medium-risk An open issue or test failure that is a medium 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:qa:repository-old-versions:javaRestTestAfterRestart#6_0_0" --tests "org.elasticsearch.oldrepos.OldMappingsIT.testStandardTokenFilter" -Dtests.seed=ECF1B51573ABF69A -Dtests.locale=ps-Arab-AF -Dtests.timezone=Pacific/Rarotonga -Druntime.java=23

Applicable branches:
8.x

Reproduces locally?:
N/A

Failure History:
See dashboard

Failure Message:

java.lang.AssertionError: 
Expected: a collection with size <1>
     but: collection size was <0>

Issue Reasons:

  • [8.x] 2 failures in test testStandardTokenFilter (0.2% fail rate in 1000 executions)

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

@elasticsearchmachine elasticsearchmachine added :Search Foundations/Search Catch all for Search Foundations >test-failure Triaged test failures from CI needs:risk Requires assignment of a risk label (low, medium, blocker) Team:Search Foundations Meta label for the Search Foundations team in Elasticsearch labels Feb 28, 2025
@elasticsearchmachine
Copy link
Collaborator Author

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

@cbuescher cbuescher self-assigned this Mar 3, 2025
@cbuescher
Copy link
Member

Actually two test failures here, one looks like a duplicate of #120148, that's why I will look into it deeper. The other one (org.elasticsearch.oldrepos.OldMappingsIT/testStandardTokenFilter) is possibly related but the assertion looks different. I'm also not sure why these are failing out of a sudden, at least OldRepositoryAccessIT testOldRepoAccess looked muted to me on most branches but will check.

@cbuescher cbuescher added medium-risk An open issue or test failure that is a medium risk to future releases and removed needs:risk Requires assignment of a risk label (low, medium, blocker) labels Mar 3, 2025
@cbuescher
Copy link
Member

I looked into this particular failure and it occurs in parallel with the error seen in #120148. Its quite likely that the test cluster node died because of the uncaught exception we get from OldRepositoryAccessIT here. I cherry-picked a few other failures of this test from the last two months, they always look like happening in parallel with other rest test failures or cluster formation issues. I'm closing this here for now because I think its a secondary failure related to the above mentioned issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
medium-risk An open issue or test failure that is a medium 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

2 participants