-
Notifications
You must be signed in to change notification settings - Fork 534
iserver-test: Fix BC 9.0 test #17571
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
🤖 GitHub commentsExpand to view the GitHub comments
Just comment with:
|
@@ -15,6 +15,12 @@ for bc in ${bcs}; do | |||
if [[ ${major} -lt 8 ]]; then | |||
continue | |||
fi | |||
# Specifically for 9.0, we set the upgrade path to be from 8.18, | |||
# since 8.19 cannot upgrade to 9.0. |
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.
Why's that? Is there a legitimate reason for that?
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.
Its due to ES upgrade policy, upgrades can only be done in chronological order. Since latest 9.0 was released before latest 8.19, it cannot be upgraded to.
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.
But 8.19 can be upgraded to 9.1?
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.
Yes.
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.
Can you add this information in the comment, please? I'm sure others may have the same questions.
a9adc2d
to
56f39eb
Compare
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.
Thanks
Motivation/summary
8.19 cannot upgrade to 9.0, so our BC test for 9.0 will always fail. This PR adds an edge case handling for 9.0, and also increase the APM server ready wait time.
How to test these changes
Run workflow: https://github.com/elastic/apm-server/actions/runs/16211738588