Bug 1903206: Check Ready condition status in Endpointslices#229
Conversation
|
@frobware: This pull request references Bugzilla bug 1903206, 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
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. |
When aggregating endpointslices check the Ready condition status. If it is not ready then accumulate those addresses into the NotReadyAddresses bucket. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1903206
ca81802 to
1ac9774
Compare
|
/cherry-pick 4.6 |
|
@frobware: once the present PR merges, I will cherry-pick it on top of 4.6 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. |
/retest |
|
@frobware: This pull request references Bugzilla bug 1903206, which is valid. 3 validation(s) were run on this bug
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. |
|
73 unit test failures. /test e2e-agnostic |
|
@frobware: This pull request references Bugzilla bug 1903206, which is valid. 3 validation(s) were run on this bug
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. |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: frobware, Miciah 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 |
/retest |
/retest |
/retest |
|
Test failures:
|
|
Re: The pod unit test failures look like they are covered by this bug: https://bugzilla.redhat.com/show_bug.cgi?id=1882750#c29 |
|
@frobware: All pull requests linked via external trackers have merged: Bugzilla bug 1903206 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. |
|
@frobware: cannot checkout 4.6: error checking out 4.6: exit status 1. output: error: pathspec '4.6' did not match any file(s) known to git 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. |
|
/cherry-pick release-4.6 |
|
@frobware: new pull request created: #230 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. |
Moved the existing utility function into endpointsubset package. Added unit tests to assert on EndpointSlices having Ready/NotReady conditions. Follow on from openshift#229
Moved the existing utility function into endpointsubset package. Added unit tests to assert on EndpointSlices having Ready/NotReady conditions. Follow on from openshift#229
Moved the existing utility function into endpointsubset package. Added unit tests to assert on EndpointSlices having Ready/NotReady conditions. Follow on from openshift#229
Moved the existing utility function into endpointsubset package. Added unit tests to assert on EndpointSlices having Ready/NotReady conditions. Follow on from openshift#229
Moved the existing utility function into endpointsubset package. Added unit tests to assert on EndpointSlices having Ready/NotReady conditions. Follow on from openshift#229
When aggregating endpointslices check the Ready condition status. If
it is not ready then accumulate those addresses into the
NotReadyAddresses bucket. Although the router doesn't actually
use NotReadyAddresses we set this to have a faithful and technically
correct translation of EndpointSlices to Endpoints.
EndpointSlices were introduced in 4.6: see #154
Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1903206