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

[8.13] Validate that test cluster BWC nodes use the default distribution (#106559) #106565

Merged

Conversation

mark-vieira
Copy link
Contributor

Backports the following commits to 8.13:

…astic#106559)

We have instances where BWC tests configure old ES version nodes with
the integTest distribution. This isn't a valid configuration, and while
we in reality resolve the default distribution artifact, we have other
configuration logic that behaves differently based on whether the
integTest distro was _requested_. Specifically, what to set ES_JAVA_HOME
to. This bug resulted in us attempting to run old nodes using the
current bundled JDK version, which may be incompatible with that older
version of Elasticsearch.

Closes elastic#104858
@mark-vieira mark-vieira added :Delivery/Build Build or test infrastructure >test Issues or PRs that are addressing/adding tests auto-merge-without-approval Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) backport Team:Delivery Meta label for Delivery team labels Mar 20, 2024
@elasticsearchmachine elasticsearchmachine merged commit d1c98f3 into elastic:8.13 Mar 20, 2024
14 checks passed
@mark-vieira mark-vieira deleted the backport/8.13/pr-106559 branch March 20, 2024 16:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto-merge-without-approval Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) backport :Delivery/Build Build or test infrastructure Team:Delivery Meta label for Delivery team >test Issues or PRs that are addressing/adding tests v8.13.1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants