elasticsearch/qa/lucene-index-compatibility
Tanguy Leroux 447dcaad0e
Disable N-2 BWC tests for non-snapshot builds (#119583)
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
2025-01-08 22:37:29 +11:00
..
src/javaRestTest/java/org/elasticsearch/lucene [Test] Fix index.mapping.total_fields.limit random update (#119728) 2025-01-08 11:14:16 +01:00
build.gradle Disable N-2 BWC tests for non-snapshot builds (#119583) 2025-01-08 22:37:29 +11:00