[release-4.21] CCXDEV-16497: fixing severity not showing number of issues#16618
[release-4.21] CCXDEV-16497: fixing severity not showing number of issues#16618Jakub007d wants to merge 2 commits into
Conversation
Cherry-pick of openshift#15949 into release-4.22 (without Playwright e2e tests).
|
@Jakub007d: This pull request references Jira Issue OCPBUGS-87055, 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. |
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository: openshift/coderabbit/.coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
Hi @Jakub007d. Thanks for your PR. I'm waiting for a openshift member to verify that this patch is reasonable to test. If it is, they should reply with Regular contributors should join the org to skip this step. Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: Jakub007d 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 |
|
@Jakub007d: This pull request references CCXDEV-16497 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the task to target the "4.21.z" version, but no target version was set. 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. |
|
/ok-to-test |
|
@Jakub007d: The following test 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. |
Cherry-pick of #15949 into release-4.21. Original PR: #15949
Cherry-pick of 4.22 backport: #16575
Changes from original PR
it.eachwith individual test cases inInsightsPopup/__tests__/index.spec.tsx: release-4.21 uses Jest 22.x and@types/jest22.x, which do not supportit.each(introduced in Jest 23). The parameterized test was expanded into four separateitblocks covering the same cases (low=1, moderate=2, important=3, critical=4).