-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Ensure quorum restore test follows the documented procedure #25774
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
|
/test e2e-gcp-disruptive |
|
/test e2e-gcp Not ideal that this isn't passing given that there is no way this PR affects it. |
|
/test e2e-aws-disruptive |
|
@marun: 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. |
|
/test e2e-gcp |
|
/test e2e-aws-disruptive |
|
@marun: The specified target(s) for
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-gcp |
|
/retest |
|
/test e2e-aws-disruptive |
|
/test e2e-aws-disruptive |
|
/test e2e-aws-disruptive |
1 similar comment
|
/test e2e-aws-disruptive |
|
/retest |
|
/test e2e-aws-disruptive |
1 similar comment
|
/test e2e-aws-disruptive |
|
/retest |
1 similar comment
|
/retest |
|
/lgtm This is a step forward we can continue to iterate. |
|
@marun: This pull request references Bugzilla bug 1886160, which is invalid:
Comment 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. |
|
/bugzilla refresh |
|
/retest |
13 similar comments
|
/retest |
|
/retest |
|
/retest |
|
/retest |
|
/retest |
|
/retest |
|
/retest |
|
/retest |
|
/retest |
|
/retest |
|
/retest |
|
/retest |
|
/retest |
|
/retest openshift/cluster-machine-approver#121 disables caching, retesting to see the approver behaves correctly now. |
|
/retest |
4 similar comments
|
/retest |
|
/retest |
|
/retest |
|
/retest |
|
@marun: 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. |
|
/lgtm Going to merge this to make it easier to get the root CMA issue fixed |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: hexfusion, marun, smarterclayton 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 |
The quorum restore test was previously deleting machines and then attempting to take a backup such that the backup script would race with machine removal. The backup script only supports taking a backup of a cluster that still has quorum. Taking the backup before machine deletion removes the race condition.
This PR also updates the test to follow the documented procedure after executing the restore script. It reuses steps defined for the backup-restore test added in #25723.
/cc @hexfusion @smarterclayton