elasticsearch/qa/lucene-index-compatibility
Christoph Büscher 954db370ef
Add migration test for .async-search system index (#121517)
This change adds migration testing for the ".async-search" system index
to the full cluster upgrade tests that perform updates from versions N-2
to N via N-1.
The test creates a system index by using async_search on a cluster with
version N-2, then calls the "_migrate" API in version N-1 and finally
checks that on the upgraded cluster in N we are still able to retrieve
async search results from previous versions and can still write to the
system index. This is necessary to ensure we don't end up with a
write-only async search system index when migrating to version 9.
2025-02-04 11:54:27 +01:00
..
src/javaRestTest/java/org/elasticsearch/lucene Add migration test for .async-search system index (#121517) 2025-02-04 11:54:27 +01:00
build.gradle Disable N-2 BWC tests for non-snapshot builds (#119583) 2025-01-08 22:37:29 +11:00