-
Notifications
You must be signed in to change notification settings - Fork 88
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
Make sure we upgrade process groups that are marked for removal during upgrades #1603
Make sure we upgrade process groups that are marked for removal during upgrades #1603
Conversation
Result of fdb-kubernetes-operator-pr on Linux CentOS 7
|
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.
I'm going to add e2e tests for this behaviour next week to make sure the changes actually upgrade those Pods.
7de0e21
to
8d06871
Compare
Result of fdb-kubernetes-operator-pr on Linux CentOS 7
|
Result of fdb-kubernetes-operator-pr on Linux CentOS 7
|
Result of fdb-kubernetes-operator-pr on Linux CentOS 7
|
Failed test:
Failure:
Seems unrelated. I create a new issue to check the failure. |
a5c081b
to
abf01df
Compare
Result of fdb-kubernetes-operator-pr on Linux CentOS 7
|
Failure:
I take a look into he failure. |
Result of fdb-kubernetes-operator-pr on Linux CentOS 7
|
taking a closer look at this failure. |
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.
I ran the test manually multiple times (5x) and it succeeded every time:
------------------------------
[ReportAfterSuite] Autogenerated ReportAfterSuite for --junit-report
autogenerated by Ginkgo
[ReportAfterSuite] PASSED [0.002 seconds]
------------------------------
Ran 1 of 14 Specs in 569.462 seconds
SUCCESS! -- 1 Passed | 0 Failed | 0 Pending | 13 Skipped
Might be an issue with the CI EKS cluster.
Result of fdb-kubernetes-operator-pr on Linux CentOS 7
|
Description
Fixes: #1584
Fixes: #1586
Type of change
Please select one of the options below.
Discussion
I will create a e2e test case once #1589 is merged.
Testing
Unit test and e2e tests. Will add an additional test once #1589 is merged.
Documentation
I will update the upgrade docs in a follow up.
Follow-up