OCPBUGS-90616: Add GRPCRoute to Gateway API e2e CRD test coverage#1482
OCPBUGS-90616: Add GRPCRoute to Gateway API e2e CRD test coverage#1482Thealisyed wants to merge 1 commit into
Conversation
The crdNames list in gateway_api_test.go drives CRD existence, lifecycle, and VAP protection tests but was missing GRPCRoute. This causes the e2e suite to skip verifying that the GRPCRoute CRD is installed and protected by the ValidatingAdmissionPolicy. Add "grpcroutes.gateway.networking.k8s.io" to crdNames so that existing tests cover GRPCRoute alongside the other Gateway API CRDs. Assisted with Claude
|
@Thealisyed: This pull request references Jira Issue OCPBUGS-90616, 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 (1)
📝 WalkthroughWalkthroughThe Gateway API e2e test file is updated to include Important Pre-merge checks failedPlease resolve all errors before merging. Addressing warnings is optional. ❌ Failed checks (1 error)
✅ Passed checks (14 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
/jira refresh |
|
@Thealisyed: This pull request references Jira Issue OCPBUGS-90616, which is valid. The bug has been moved to the POST state. 3 validation(s) were run on this bug
Requesting review from QA contact: 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. |
|
[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 |
|
input images failure /retest |
|
@Thealisyed: The following tests 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. |
Summary
grpcroutes.gateway.networking.k8s.ioto thecrdNameslist ingateway_api_test.goso that existing e2e tests (CRD existence, lifecycle, VAP protection) also cover GRPCRouteThe
buildGWAPICRDFromNameswitch already has agrpcroutescase, so no other changes are needed.