-
Notifications
You must be signed in to change notification settings - Fork 993
Upgrade to Gradle 7.5 #1980
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
Upgrade to Gradle 7.5 #1980
Conversation
It looks like it's failing with errors like this:
I'm not sure why a gradle version change would do that. |
Failed on address in use - is that possible on the CI boxes? |
@elasticmachine run elasticsearch-ci/hadoop-check |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM once CI is happy.
@elasticmachine run elasticsearch-ci/hadoop-check |
Hive integration test is trying to start an embedded hive server while the QA hive server is running. This seems like some gradle task interleaving shenanigans. I'm going to try and disable the Hive web ui and see if that clears things. Likely this just kicks the can until something else collides. The QA tests should probably be running separately and after everything is done testing normally. Not sure how to configure that with Gradle these days though. |
The ES project recently upgraded Gradle and now some build code from ES depends on new methods. Additionally, the Spark version in QA has disappeared and a new version of Spark needs to be added for testing. (cherry picked from commit 712679f)
💚 All backports created successfully
Questions ?Please refer to the Backport tool documentation |
The ES project recently upgraded Gradle and now some build code from ES depends on new methods.
Additionally, the Spark version in QA has disappeared and a new version of Spark needs to be added for testing.