[release-4.10] BUG 2094051: Fix removing custom created service in openshift-ingress with same naming convention#820
Conversation
|
@gcs278: This pull request references Bugzilla bug 2094051, 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. 6 validation(s) were run on this bug
Requesting review from QA contact: 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. |
|
/assign |
|
/assign |
|
@gcs278: This pull request references Bugzilla bug 2094051, which is valid. 6 validation(s) were run on this bug
Requesting review from QA contact: 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. |
4b257b9 to
dfe06ae
Compare
|
Looks identical to previous PR |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: candita 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 |
|
/retest-required |
|
/label qe-approved Verified via pre-merge workflow, for more details : https://bugzilla.redhat.com/show_bug.cgi?id=2094051#c2 |
|
@gcs278: This pull request references Bugzilla bug 2094051, which is valid. 6 validation(s) were run on this bug
Requesting review from QA contact: 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. |
|
/retest |
| if actual := isServiceOwnedByIngressController(tc.service, ic); actual != tc.expect { | ||
| t.Errorf("expected ownership %t got %t", tc.expect, actual) | ||
| } | ||
| } |
There was a problem hiding this comment.
There was a problem hiding this comment.
Wow good eye. Yea this was collateral damage from the merge. I'll fix real quick.
|
/label backport-risk-assessed |
… with same naming convention
dfe06ae to
e0df790
Compare
|
/retest |
|
/retitle [release-4.10] BUG 2094051: Fix removing custom created service in openshift-ingress with same naming convention |
|
Thanks! |
|
@gcs278: All pull requests linked via external trackers have merged: Bugzilla bug 2094051 has 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. |
This is an manual cherry-pick of #707 due to merge conflicts for the release-4.10 branch.
Merge Conflicts:
[gspence@gspence cluster-ingress-operator]$ git cherry-pick dba837a
test/e2e/operator_test.go:
TestTunableRouterKubeletProbesForDefaultIngressControllerandTestTunableRouterKubeletProbesForCustomIngressControllermoved/removed while I addedTestIngressControllerServiceNameCollisionright next to thempkg/operator/controller/ingress/load_balancer_service_test.go
TestServiceIngressOwnerand conflicted with existingTestLoadBalancerServiceAnnotationsChanged/assign gcs278