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

Test in :x-pack:plugin:ent-search:qa:full-cluster-restart:javaRestTest failing after fixing its location #104470

Closed
breskeby opened this issue Jan 17, 2024 · 7 comments
Assignees
Labels
blocker :Delivery/Build Build or test infrastructure :EnterpriseSearch/Application Enterprise Search Team:Delivery Meta label for Delivery team Team:Enterprise Search Meta label for Enterprise Search team >test-failure Triaged test failures from CI

Comments

@breskeby
Copy link
Contributor

CI Link

https://gradle-enterprise.elastic.co/s/4cthxzdxcvite/tests/task/:x-pack:plugin:ent-search:qa:full-cluster-restart:v8.11.5%23bwcTest/details/org.elasticsearch.xpack.application.FullClusterRestartIT/testBehavioralAnalyticsDataRetention%20%7Bcluster=OLD%7D?top-execution=1

Repro line

./gradlew :x-pack:plugin:ent-search:qa:full-cluster-restart:bwcTest

Does it reproduce?

Yes

Applicable branches

main

Failure history

No response

Failure excerpt

org.elasticsearch.client.ResponseException: method [PUT], host [http://[::1]:36129], URI [_application/analytics/oldstuff], status line [HTTP/1.1 400 Bad Request]
{"error":{"root_cause":[{"type":"status_exception","reason":"error while creating analytics collection [oldstuff]"}],"type":"status_exception","reason":"error while creating analytics collection [oldstuff]","caused_by":{"type":"illegal_argument_exception","reason":"no matching index template found for data stream [behavioral_analytics-events-oldstuff]"}},"status":400}

@breskeby breskeby added >test-failure Triaged test failures from CI needs:triage Requires assignment of a team area label Team:Enterprise Search Meta label for Enterprise Search team labels Jan 17, 2024
@breskeby breskeby self-assigned this Jan 17, 2024
@elasticsearchmachine elasticsearchmachine added blocker and removed Team:Enterprise Search Meta label for Enterprise Search team labels Jan 17, 2024
@kderusso kderusso added :EnterpriseSearch/Application Enterprise Search Team:Enterprise Search Meta label for Enterprise Search team and removed needs:triage Requires assignment of a team area label labels Jan 17, 2024
@elasticsearchmachine
Copy link
Collaborator

Pinging @elastic/ent-search-eng (Team:Enterprise Search)

@demjened demjened self-assigned this Jan 18, 2024
@demjened
Copy link
Contributor

Looking into this.

@demjened
Copy link
Contributor

@breskeby We're trying to reproduce the error locally but running into some issues. The error message says v8.11.5 which is a nonexistent version. This is confirmed when trying to run the gradle command locally - v8.11.5#bwcTest not found the in project, nor in the repo:
Screenshot 2024-01-18 at 1 19 51 PM

Could someone from the Delivery/Build team verify if the integration test build configuration is correct? (I reassigned the ticket to the team.)

@demjened demjened added :Delivery/Build Build or test infrastructure Team:Delivery Meta label for Delivery team and removed :EnterpriseSearch/Application Enterprise Search Team:Enterprise Search Meta label for Enterprise Search team labels Jan 18, 2024
@elasticsearchmachine
Copy link
Collaborator

Pinging @elastic/es-delivery (Team:Delivery)

@mark-vieira
Copy link
Contributor

Could someone from the Delivery/Build team verify if the integration test build configuration is correct? (I reassigned the ticket to the team.)

This is because this version disappeared with the release of 8.12.0. I don't think the version is particularly important. You can use 8.12.1 if you want the most recent snapshot version compatible with main.

@mark-vieira mark-vieira added the :EnterpriseSearch/Application Enterprise Search label Jan 18, 2024
@elasticsearchmachine elasticsearchmachine added the Team:Enterprise Search Meta label for Enterprise Search team label Jan 18, 2024
@demjened
Copy link
Contributor

demjened commented Jan 23, 2024

Not a blocker - main functionality is working, only the integration test is broken. This PR should disable the broken test, and we'll investigate further to fix it.

@demjened
Copy link
Contributor

PR to disable the test has been merged. We'll continue investigating why it's broken and restore it, in a separate effort from this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocker :Delivery/Build Build or test infrastructure :EnterpriseSearch/Application Enterprise Search Team:Delivery Meta label for Delivery team Team:Enterprise Search Meta label for Enterprise Search team >test-failure Triaged test failures from CI
Projects
None yet
Development

No branches or pull requests

5 participants