OCPBUGS-86011: 4.22 monitoring-plugin tests#3932
Conversation
|
@PeterYurkovich: This pull request references Jira Issue OCPBUGS-86011, 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. |
|
/jira refresh |
|
@PeterYurkovich: This pull request references Jira Issue OCPBUGS-86011, which is invalid:
Comment 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. |
|
@PeterYurkovich: all tests passed! 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. |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: pruan-rht 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 |
|
/jira refresh |
|
@PeterYurkovich: This pull request references Jira Issue OCPBUGS-86011, which is valid. The bug has been moved to the POST state. 3 validation(s) were run on this bug
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. |
|
@PeterYurkovich: Jira Issue OCPBUGS-86011: All pull requests linked via external trackers have merged: Jira Issue OCPBUGS-86011 has been moved to the MODIFIED state. 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. |



This PR looks to update the 4.22
monitoring_alerts.xyamlandmonitoring_metrics.xyamlfiles with the dom structure for 4.22. Because all OCP versions run off of the same feature files (alerts-browser.feature and query-browser.feature), we cannot change the top level automation definitions within the file without forking the test for specifically the 4.22 tag. Due to the upcoming work in OU-1090, I do not believe it would be needed to do so for potentially only 1-2 releases, and instead the new set of tests with independent tags should be created for the above feature.To circumvent this restriction we have used the
if_paramto create switch statements to path the actions and selectors into the correct directions for the new dom layout, which removes a more overarchingfiltersmenu for a combined patternfly dataview approach:Monitoring Plugin UI Comparison
OCP of 4.21 or less
OCP of 4.22 or greater
A timeout is added in
style.xyamldue to prometheus not picking up metrics for a new pod quick enough and then the charts not being rendered.