-
Notifications
You must be signed in to change notification settings - Fork 989
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
Remove usages of ClusterFormationTasks and replace with test clusters #1365
Remove usages of ClusterFormationTasks and replace with test clusters #1365
Conversation
Looks like the same "null value" tests are failing in |
When I run
I don't have gradle scans set up yet but I can get one up if needed. |
Sounds like the changes from elastic/elasticsearch#47837 haven't gone through yet. Sounds like we might have a bit of a chicken/egg thing here. The stack release builds won't pass due to hadoop failing and hadoop wont' build due to the new build-tools jar not being published. We might have to discuss this with the release folks as I think publishing is an atomic operation, we either publish everything after a successful build or nothing. |
Discussed off thread: I'll switch to using a snapshot of the current build tools from a local repo location. Should unblock the testing for this. |
Kerberos project no longer needs to conditionally skip dependencies. Skip license headers task since we do not have transitive build tools dependencies.
I've been able to verify that things are running well with the new test cluster plugin. LGTM! |
@mark-vieira Please remember to label all PRs with change type, area and version labels. This is important for the release notes process as well as letting people looking at the PR know quickly where it is targetting |
I've added some labels I think are appropriate but please check and amend as necessary |
@colings86 Thanks for doing that. Those labels look good to me. |
This PR replaces all usages of
ClusterFormationTasks
with the new test clusters plugin since the former was removed in elastic/elasticsearch#47572.Please note that this does depend on elastic/elasticsearch#47837 and builds will not start passing until that is merged and a new
build-tools
JAR is published.I'm still seeing some test failures for the spark project integration tests. Any ideas @jbaiera?
https://gradle-enterprise.elastic.co/s/3bkbpjyn647ie
They all seem to be the same type of error: