Skip PD tests on 1 node cluster#98187
Conversation
The PD tests should skip themselves if they observe only 1 node is schedulable.
|
@jsafrane: 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/test-infra repository. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jsafrane 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 |
bertinatto
left a comment
There was a problem hiding this comment.
/lgtm
Helps running tests in smaller clusters.
/kind cleanup
/kind failing-test
What this PR does / why we need it:
The PD tests should skip themselves if they observe only 1 node is schedulable. The tests already check for
SkipUnlessNodeCountIsAtLeast, but it checks for all nodes, not the schedulable ones.Does this PR introduce a user-facing change?:
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.: