deflake TestUpdateNodeStatusWithLease test#128636
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: mengqiy The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
This issue is currently awaiting triage. If a SIG or subproject determines this is a relevant issue, they will accept it by applying the The 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-sigs/prow repository. |
|
/assign @SergeyKanzhelev |
|
This is superseded by #128640 |
What type of PR is this?
/kind failing-test
/kind flake
What this PR does / why we need it:
TestUpdateNodeStatusWithLeaseis not introduced by #128394.TestUpdateNodeStatusWithLeaseis failing after we merge #128394 because inTestUpdateNodeStatusWithLeasenodeStatusReportFrequencyis set to 1m and the test expect an node status update to happen after 1m. But after #128394, this becomes 50%.How I fix it in this PR is to
nodeStatusReportFrequencyto 30s so that we can expect an an node status update to happen due to time passage.Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.: