-
Notifications
You must be signed in to change notification settings - Fork 24.8k
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
Remove AwaitsFix in CcrRollingUpgradeIT #76765
Conversation
Pinging @elastic/es-distributed (Team:Distributed) |
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.
I think we would want to backport this to 7.15 branch too just for completeness?
Yes, I have relabelled it. |
|
||
} | ||
|
||
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/59625") |
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.
Do we need to enable only this test or all of them? There's a couple of @AwaitsFix
annotations left in CcrRollingUpgradeIT
all pointing to the same Github issue.
* Remove all @AwaitsFix CcrRollingUpgradeIT See #76765 and #60054 * Use the wait_for_active_shards adopted from ES 8 * Update CcrRollingUpgradeIT.java Co-authored-by: Elastic Machine <[email protected]>
Fixed in #60054