-
Notifications
You must be signed in to change notification settings - Fork 25.3k
add ILM rolling upgrade tests #32828
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
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