[test/e2e] Remove unused getKubeletServiceBinPath and waitForServicesConfigMapDeletion functions#3942
Conversation
The getKubeletServiceBinPath function was defined but never called, making it dead code. Remove it to keep the codebase clean.
|
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: Pro Plus Run ID: 📒 Files selected for processing (1)
💤 Files with no reviewable changes (1)
📝 WalkthroughWalkthroughThis change removes two test helper functions from the end-to-end validation test suite. The first function retrieved the kubelet Windows service binary path via SSH using PowerShell queries, while the second polled for ConfigMap deletion within the WMCO namespace. Both functions included error wrapping for failure cases. The removal affects 36 lines of code with no visible replacement implementations or call site updates included in the diff. 🚥 Pre-merge checks | ✅ 14 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (14 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
Skipping CI for Draft Pull Request. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jrvaldes 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 |
The waitForServicesConfigMapDeletion function was defined but never called, making it dead code. Remove it to keep the codebase clean.
|
/override ci/prow/azure-e2e-upgrade ci/prow/gcp-e2e-operator ci/prow/nutanix-e2e-operator ci/prow/platform-none-vsphere-e2e-operator ci/prow/vsphere-disconnected-e2e-operator ci/prow/vsphere-e2e-operator ci/prow/vsphere-proxy-e2e-operator |
|
@jrvaldes: Overrode contexts on behalf of jrvaldes: ci/prow/azure-e2e-upgrade, ci/prow/gcp-e2e-operator, ci/prow/nutanix-e2e-operator, ci/prow/platform-none-vsphere-e2e-operator, ci/prow/vsphere-disconnected-e2e-operator, ci/prow/vsphere-e2e-operator, ci/prow/vsphere-proxy-e2e-operator 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-sigs/prow repository. |
|
/test wicd-unit-vsphere |
|
/override ci/prow/azure-e2e-operator ci/prow/gcp-e2e-operator ci/prow/vsphere-proxy-e2e-operator |
|
@jrvaldes: Overrode contexts on behalf of jrvaldes: ci/prow/azure-e2e-operator, ci/prow/gcp-e2e-operator, ci/prow/vsphere-proxy-e2e-operator 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-sigs/prow repository. |
|
@jrvaldes: all tests passed! 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. |
The getKubeletServiceBinPath function was defined but never called, making it dead code. Remove it to keep the codebase clean.
Summary by CodeRabbit
Note: This change affects testing infrastructure only and does not impact product functionality or end-user experience.