mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 09:28:55 -04:00
The tests added in #119468 do not work when executed in the `release-test` pipeline: at some point a 9.0 non-snapshot node tries to join the 8.18.0-SNAPSHOT cluster which is impossible due to a missing `esql.metrics_syntax` feature which is only declared in snapshot builds. Additionaly, the tests rely on unrelease code in 8.x so they won't work until 8.18.0 is released. I don't know how we deal with such issues today, but I'd like to unmute the tests so that they are executed on CI while being disabled in `release-test`. Releates #119550 |
||
---|---|---|
.. | ||
src/javaRestTest/java/org/elasticsearch/lucene | ||
build.gradle |