elasticsearch/test/test-clusters
Mark Vieira d1c98f39fd
Validate that test cluster BWC nodes use the default distribution (#106559) (#106565)
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 #104858
2024-03-20 12:55:47 -04:00
..
src/main Validate that test cluster BWC nodes use the default distribution (#106559) (#106565) 2024-03-20 12:55:47 -04:00
build.gradle Refactor BWC handling to support more flexible testing scenarios (#95803) 2023-05-03 13:43:39 -07:00