-
Notifications
You must be signed in to change notification settings - Fork 25k
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
Comments
Pinging @elastic/ent-search-eng (Team:Enterprise Search) |
Looking into this. |
@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 - Could someone from the Delivery/Build team verify if the integration test build configuration is correct? (I reassigned the ticket to the team.) |
Pinging @elastic/es-delivery (Team:Delivery) |
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 |
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. |
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. |
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}
The text was updated successfully, but these errors were encountered: