OCPBUGS-83623: fix: add distruption tolerance for DualReplica (two-node) topology#31127
OCPBUGS-83623: fix: add distruption tolerance for DualReplica (two-node) topology#31127fracappa wants to merge 1 commit intoopenshift:mainfrom
Conversation
Single-replica operators on 2 node clusters experience ~53s of expected unavailability during NoExecuteTaintManager tests due to pod evition, rescheduling to the only othe control-plane node, and leader election. Add a 60s grace period for DualReplica topology, mirroring the existing SNO pattern, so this expected behaviour is not flagged as a test failure.
|
Pipeline controller notification For optional jobs, comment This repository is configured in: automatic mode |
|
@fracappa: This pull request references Jira Issue OCPBUGS-83623, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. 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 openshift-eng/jira-lifecycle-plugin repository. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository YAML (base), Central YAML (inherited) Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (2)
WalkthroughThe PR adds support for "dual" cluster topology by extending platform identification to recognize ChangesDual Topology Support
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes 🚥 Pre-merge checks | ✅ 11 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (11 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: fracappa 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 |
|
Scheduling required tests: |
|
@fracappa: 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-sigs/prow repository. I understand the commands that are listed here. |
Single-replica operators on 2 node clusters experience ~53s of expected unavailability during NoExecuteTaintManager tests due to pod evition, rescheduling to the only othe control-plane node, and leader election. Add a 60s grace period for DualReplica topology, mirroring the existing SNO pattern, so this expected behaviour is not flagged as a test failure.
Summary by CodeRabbit