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] DeprecationHttpIT testDeprecationIndexingCacheReset failing #115179

Closed
elasticsearchmachine opened this issue Oct 21, 2024 · 2 comments · Fixed by #115621
Closed

[CI] DeprecationHttpIT testDeprecationIndexingCacheReset failing #115179

elasticsearchmachine opened this issue Oct 21, 2024 · 2 comments · Fixed by #115621
Assignees
Labels
:Core/Infra/Logging Log management and logging utilities low-risk An open issue or test failure that is a low risk to future releases Team:Core/Infra Meta label for core/infra team >test-failure Triaged test failures from CI

Comments

@elasticsearchmachine
Copy link
Collaborator

Build Scans:

Reproduction Line:

gradlew ":x-pack:plugin:deprecation:qa:rest:javaRestTest" --tests "org.elasticsearch.xpack.deprecation.DeprecationHttpIT.testDeprecationIndexingCacheReset" -Dtests.seed=9A57E23B4E1B6CF1 -Dtests.locale=am-ET -Dtests.timezone=Asia/Kuching -Druntime.java=22

Applicable branches:
8.x

Reproduces locally?:
N/A

Failure History:
See dashboard

Failure Message:

java.lang.AssertionError: org.elasticsearch.client.ResponseException: method [GET], host [http://127.0.0.1:58450], URI [/.logs-deprecation.elasticsearch-default/_search?q=elasticsearch.http.request.x_opaque_id:testDeprecationIndexingCacheReset], status line [HTTP/1.1 404 Not Found]
{"error":{"root_cause":[{"type":"index_not_found_exception","reason":"no such index [.logs-deprecation.elasticsearch-default]","resource.type":"index_or_alias","resource.id":".logs-deprecation.elasticsearch-default","index_uuid":"_na_","index":".logs-deprecation.elasticsearch-default"}],"type":"index_not_found_exception","reason":"no such index [.logs-deprecation.elasticsearch-default]","resource.type":"index_or_alias","resource.id":".logs-deprecation.elasticsearch-default","index_uuid":"_na_","index":".logs-deprecation.elasticsearch-default"},"status":404}

Issue Reasons:

  • [8.x] 2 failures in test testDeprecationIndexingCacheReset (0.5% fail rate in 407 executions)
  • [8.x] 2 failures in pipeline elasticsearch-periodic-platform-support (15.4% fail rate in 13 executions)

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

@elasticsearchmachine elasticsearchmachine added :Core/Infra/Logging Log management and logging utilities >test-failure Triaged test failures from CI labels Oct 21, 2024
@elasticsearchmachine
Copy link
Collaborator Author

Pinging @elastic/es-core-infra (Team:Core/Infra)

@elasticsearchmachine elasticsearchmachine added Team:Core/Infra Meta label for core/infra team needs:risk Requires assignment of a risk label (low, medium, blocker) labels Oct 21, 2024
@mosche mosche 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 Oct 25, 2024
mosche added a commit to mosche/elasticsearch that referenced this issue Oct 25, 2024
@mosche
Copy link
Contributor

mosche commented Oct 25, 2024

Based on logs it looks like the test wasn't waiting long enough for the index to be created.
I'll extend the timeouts ...

mosche added a commit that referenced this issue Oct 25, 2024
jfreden pushed a commit to jfreden/elasticsearch that referenced this issue Nov 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Core/Infra/Logging Log management and logging utilities low-risk An open issue or test failure that is a low risk to future releases Team:Core/Infra Meta label for core/infra team >test-failure Triaged test failures from CI
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants