OCPBUGS-99920: Fix ClusterResourceQuota test for Istio 1.30 configmap name change - #31444
OCPBUGS-99920: Fix ClusterResourceQuota test for Istio 1.30 configmap name change#31444gcs278 wants to merge 1 commit into
Conversation
Istio 1.30 (OSSM 3.4) replaced the istio-ca-root-cert configmap with istio-ca-crl in every namespace. The test workaround only checked for istio-ca-root-cert, so it failed to account for the extra configmap and reported a false quota failure. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
Pipeline controller notification For optional jobs, comment This repository is configured in: automatic mode |
|
Skipping CI for Draft Pull Request. |
|
@gcs278: This pull request references Jira Issue OCPBUGS-99920, which is valid. 3 validation(s) were run on this bug
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. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: gcs278 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 |
|
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)
WalkthroughThe cluster quota test now checks for the Istio-generated ChangesCluster quota recovery
Estimated code review effort: 1 (Trivial) | ~2 minutes 🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Summary
Istio 1.30 (OSSM 3.4) replaced the
istio-ca-root-certconfigmap withistio-ca-crlin every namespace. The ClusterResourceQuota test workaround only checked foristio-ca-root-cert, so it failed to account for the extra configmap and reported a false quota failure.Changes
istio-ca-root-cert→istio-ca-crland updates the TODO comment from OSSM 3.0.1 to 3.4.1.🤖 Generated with Claude Code
Summary by CodeRabbit