OpenSearch/x-pack/plugin/ilm/src
Armin Braun cc3c8be0f1
Fix SLMSnapshotBlockingIntegTests.testSnapshotInProgress (#59218) (#59239)
Waiting `INIT` here is dead code in newer versions that don't use `INIT`
any longer and leads to nothing being written to the repository in older versions
if the snapshot is cancelled at the `INIT` step which then breaks repo consistency
checks.
Since we have other tests ensuring that snapshot abort works properly we can just remove
the wait for `INIT` here and backport this down to 7.8 to fix tests.

relates #59140
2020-07-08 19:13:01 +02:00
..
main/java/org/elasticsearch/xpack [7.x] Add default composable templates for new indexing strategy (#57629) (#58757) 2020-07-01 09:32:32 -06:00
test/java/org/elasticsearch/xpack Fix SLMSnapshotBlockingIntegTests.testSnapshotInProgress (#59218) (#59239) 2020-07-08 19:13:01 +02:00