-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Add etcd vertical scaling test suite #27444
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
Add etcd vertical scaling test suite #27444
Conversation
|
/hold |
|
You'll need to run |
4b0dcf6 to
aeb0034
Compare
|
Looks correct to me /lgtm |
|
yep, also /lgtm |
|
/retest-required |
|
@hasbro17 If this is ready to go can you remove the WIP from the title? |
|
/unhold I guess we can merge this first then and test it out in the release PR. |
|
/retest-required |
|
/retest-required |
2 similar comments
|
/retest-required |
|
/retest-required |
|
/retest-required |
aeb0034 to
ae4f791
Compare
|
/test ci/prow/e2e-aws-ovn-serial |
|
@hasbro17: The specified target(s) for
The following commands are available to trigger optional jobs:
Use
DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
/test e2e-aws-ovn-serial |
|
/retest-required |
|
/hold cancel |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: hasbro17, stbenjam, tjungblu The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
Seems like infra setup failures |
|
/retest-required |
|
The ci/prow/e2e-gcp-ovn-upgrade failure again seems unrelated with readiness probes failing: /retest-required |
|
@hasbro17: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
|
/hold Revision ae4f791 was retested 3 times: holding |
|
/retest-required |
|
/hold cancel mostly OVN flakes |
|
/override ci/prow/e2e-gcp-ovn |
|
@stbenjam: Overrode contexts on behalf of stbenjam: ci/prow/e2e-gcp-ovn DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
| "[Top Level] [sig-etcd][Feature:DisasterRecovery][Disruptive] [Feature:EtcdRecovery] Cluster should restore itself after quorum loss [apigroup:machine.openshift.io][apigroup:operator.openshift.io]": "[Feature:EtcdRecovery] Cluster should restore itself after quorum loss [apigroup:machine.openshift.io][apigroup:operator.openshift.io] [Serial]", | ||
|
|
||
| "[Top Level] [sig-etcd][Serial] etcd [apigroup:config.openshift.io] is able to vertically scale up and down with a single node [Timeout:60m][apigroup:machine.openshift.io]": "is able to vertically scale up and down with a single node [Timeout:60m][apigroup:machine.openshift.io] [Suite:openshift/conformance/serial]", | ||
| "[Top Level] [sig-etcd][Feature:EtcdVerticalScaling] etcd [apigroup:config.openshift.io] is able to vertically scale up and down with a single node [Timeout:60m][apigroup:machine.openshift.io]": "is able to vertically scale up and down with a single node [Timeout:60m][apigroup:machine.openshift.io] [Suite:openshift/conformance/parallel]", |
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.
This change made this test run in [Suite:openshift/conformance/parallel] instead of the intended new etcd suite. It's causing jobs to fail, so I'm going to have to revert this change.
Resolves ETCD-296
Moving the etcd vertical scaling test to its own test suite so we can remove the noise from serial jobs as the disruption from adding and removing a node can have downstream effects for other tests and invariants in the serial suite.
While the scaling feature itself is stable we still require the early/late invariants to troubleshoot this test in isolation without blocking the serial suite.
Also requires a new workflow and presubmits to run this test on the different platforms.
Blocked by openshift/release#32623