Bug 1975283: update Multi-AZ Cluster Volumes test name#825
Bug 1975283: update Multi-AZ Cluster Volumes test name#825deads2k merged 1 commit intoopenshift:masterfrom
Conversation
|
@yselkowitz: This pull request references Bugzilla bug 1975283, 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. |
|
@yselkowitz: the contents of this pull request could not be automatically validated. The following commits could not be validated and must be approved by a top-level approver:
|
|
/bugzilla refresh |
|
@yselkowitz: This pull request references Bugzilla bug 1975283, 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 |
|
@yselkowitz: This pull request references Bugzilla bug 1975283, which is valid. The bug has been moved to the POST state. The bug has been updated to refer to the pull request using the external bug tracker. 3 validation(s) were run on this bug
No GitHub users were found matching the public email listed for the QA contact in Bugzilla (wduan@redhat.com), skipping review request. 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. |
This test was renamed upstream in kubernetes@006dc74
|
@yselkowitz: the contents of this pull request could not be automatically validated. The following commits could not be validated and must be approved by a top-level approver:
|
|
Testing on openshift/origin#26264 seems to indicate that when this change is vendored into origin (and make update is run), that fixes the e2e-gcp test job which is currently failing product-wide. |
|
/lgtm |
|
A backport to 4.8 has been requested: https://bugzilla.redhat.com/show_bug.cgi?id=1975283#c4 |
|
@yselkowitz: once the present PR merges, I will cherry-pick it on top of release-4.8 in a new PR and assign it to you. 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. |
|
/approve |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: deads2k, jsafrane, smarterclayton, yselkowitz 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 |
|
@yselkowitz: The following test 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. |
|
Does e2e-gcp here depend on this being fixed (via revendoring) in origin (as pretested via openshift/origin#26264) or does the failure here indicate that the patch does not actually suffice? |
e2e-gcp uses openshift-tests, which is built out of origin. Only the k8s-e2e-* jobs use tests built from this repo (i.e. reflect the changes in this PR). I'm curious how a skip-bypassing test rename was able to merge. Is the test in question flakey rather than failing consistently? cc: @soltysh There are 2 paths to resolving this:
or
|
|
@yselkowitz: Some pull requests linked via external trackers have merged: The following pull requests linked via external trackers have not merged:
These pull request must merge or be unlinked from the Bugzilla bug in order for it to move to the next state. Once unlinked, request a bug refresh with Bugzilla bug 1975283 has not been moved to the MODIFIED state. 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. |
|
@yselkowitz: new pull request created: #829 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. |
In order to update the Multi-AZ Cluster Volumes test which was renamed in k8s 1.21: openshift/kubernetes#825
In order to update the Multi-AZ Cluster Volumes test which was renamed in k8s 1.21: openshift/kubernetes#825
What type of PR is this?
/kind bug
/kind failing-test
What this PR does / why we need it:
This test was renamed upstream in
kubernetes@006dc74
4.9 GCP tests are now failing because this is no longer being skipped.
Which issue(s) this PR fixes:
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1975283
Special notes for your reviewer:
This will have to be vendored into origin to fix the tests.
Does this PR introduce a user-facing change?