🐛 [scanner] fix: resolve persistent go vet and test build failures#18229
🐛 [scanner] fix: resolve persistent go vet and test build failures#18229kubestellar-hive[bot] wants to merge 1 commit into
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: 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 |
✅ Deploy Preview for kubestellarconsole ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
👋 Hey @kubestellar-hive[bot] — thanks for opening this PR!
This is an automated message. |
… pkg/agent and pkg/api/handlers - Remove unused fakeExecCommandContext var from pkg/agent/provider_helpers.go (redeclaration conflict) - Export LookPath, StatFile, StandardToolCandidates in pkg/agent/kube/discovery.go for cross-package test access - Fix UpdateChecker reference in pkg/agent/server_http_test.go (use updater.NewUpdateChecker) - Replace KubectlProxy struct literals with kube.NewTestKubectlProxy() across all test files - Fix Ciphertext type mismatch in pkg/settings/manager_validation_test.go (string not []byte) - Add transport.TestRegisterClient, TestUnregisterClient, TestGetDoneChan, TestGetRegisterChan test helpers - Update pkg/api/handlers/*_test.go to use transport test helpers instead of accessing unexported fields Fixes #18232 Fixes #18226 Signed-off-by: GitHub Copilot <223556219+Copilot@users.noreply.github.com>
8cc241f to
ad1ebb1
Compare
|
Superseded by #18233 which was merged and addresses the same build failures. |
Fixes #18226
Fixes #18232
Resolves all persistent go vet and test build failures blocking PRs.
Changes
This supersedes #18233 with the complete fix for all build failures.