-
Notifications
You must be signed in to change notification settings - Fork 25k
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
Fixing DataStreamsUpgradeIT.testUpgradeDataStream when cluster major version is unchanged #119786
Conversation
…version is unchanged
Pinging @elastic/es-data-management (Team:Data Management) |
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
💔 Backport failed
You can use sqren/backport to manually backport by running |
…version is unchanged (elastic#119786)
@masseyke the test is still marked as
should it be removed now? |
Oh I didn't realize that that was there! I thought everything was controlled via muted-tests.yml now. I had made/tested the fix before pulling this, and then only updated muted-tests.yml. I'll also remove this. Thanks. |
If the major version of the cluster has not changed, then no reindex will happen. This means that there will be no rollover performed during that reindex. So we need to not expect
rolloversPerformedByReindex
to be included in the value fortotal_indices_in_data_stream
.Closes #119717