test: add resource validation integration test to k8s and keda deployers#3670
test: add resource validation integration test to k8s and keda deployers#3670matejvasek wants to merge 1 commit intoknative:mainfrom
Conversation
The TestInt_ResourceValidationOnFirstDeploy test was only wired up for the Knative deployer. Add it to the k8s and keda deployer integration test suites so all deployers are covered by the same regression test for knative#3514. Signed-off-by: Matej Vašek <matejvasek@gmail.com> Co-Authored-By: Claude <noreply@anthropic.com>
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: matejvasek 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 |
|
@matejvasek: GitHub didn't allow me to request PR reviews from the following users: Ankitsinghsisodya. Note that only knative members and repo collaborators can review this PR, and authors cannot review their own PRs. 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. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3670 +/- ##
==========================================
- Coverage 56.61% 54.19% -2.43%
==========================================
Files 181 181
Lines 20853 20853
==========================================
- Hits 11806 11301 -505
- Misses 7833 8437 +604
+ Partials 1214 1115 -99
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Sir, I have opened PR #3671 which is superset of this PR |
|
/hold |
Summary
TestInt_ResourceValidationOnFirstDeployfor the k8s and keda deployers, matching the existing Knative deployer coveragepkg/deployer/testingTest plan
go build -tags integration ./pkg/k8s/... ./pkg/keda/...to verify compilationRef #3514