add ILM rolling upgrade tests#32828
Conversation
|
Pinging @elastic/es-core-infra |
|
@elasticmachine test this please |
|
thanks for helping keep this branch up to date @dakrone. I've updated to reflect reality after we've added the CI should be up-to-date with this, so hopefully CI goes green. Things went green locally with the following gradle build argument |
|
one additional thing to note: since ILM runs on the master node, I am not sure how much value there is in running these tests (at least as how they are now) on 6.x |
|
test this please |
|
test this please |
|
test this please build was done using a stale worker that had the following argument should be |
|
test this please |
|
update from CI: this PR will not be run with the appropriate bwc branch, so it will not go green until after merging |
|
thanks for the review @dakrone! merging after a green run on a local run of I have confirmed that the CI for the |
Adds basic rolling upgrade tests to check that lifecycles are still recognizable between rolling cluster upgrades and managed indices stay managed. This is a placeholder for discussing types of checks so they are ready once we backported This is a re-boot of the previous PR against index-lifecycle that needed to be reverted due to CI bwc issues. #32828
Adds basic rolling upgrade tests to check that lifecycles are still recognizable between rolling cluster upgrades and managed indices stay managed. This is a placeholder for discussing types of checks so they are ready once we backported This is a re-boot of the previous PR against index-lifecycle that needed to be reverted due to CI bwc issues. elastic#32828
Adds basic rolling upgrade tests to check that lifecycles are still recognizable between rolling cluster upgrades and managed indices stay managed.
This is a placeholder for discussing types of checks so they are ready once we backported