-
Notifications
You must be signed in to change notification settings - Fork 4.7k
OCPBUGS-60489: monitoring: reapply separate type for localhost disruptions #30137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Skipping CI for Draft Pull Request. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: vrutkovs The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/test e2e-aws-ovn |
} | ||
|
||
func (*legacyMonitorTests) ConstructComputedIntervals(ctx context.Context, startingIntervals monitorapi.Intervals, recordedResources monitorapi.ResourcesMap, beginning, end time.Time) (monitorapi.Intervals, error) { | ||
return nil, nil |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With no construct computed intervals or write content to storage, I don't think can be what's producing localhost disruption intervals.
Yup, still seeing
although expected location type would be |
/test e2e-aws-ovn |
@vrutkovs: This pull request references Jira Issue OCPBUGS-60489, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. In 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 |
@vrutkovs: This pull request references Jira Issue OCPBUGS-60489, which is valid. The bug has been moved to the POST state. 3 validation(s) were run on this bug
In 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. |
junits = append(junits, testPodNodeNameIsImmutable(finalIntervals)...) | ||
junits = append(junits, testStaticPodLifecycleFailure(finalIntervals, w.adminRESTConfig)...) | ||
junits = append(junits, testAPIServerIPTablesAccessDisruption(finalIntervals)...) | ||
junits = append(junits, testEarlyE2EAPIServerDisruption(finalIntervals, w.adminRESTConfig)...) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
still four tests being killed off here which I don't think is intended any longer.
pkg/defaultmonitortests/types.go
Outdated
@@ -176,7 +175,6 @@ func newUniversalMonitorTests(info monitortestframework.MonitorTestInitializatio | |||
monitorTestRegistry.AddMonitorTestOrDie("legacy-etcd-invariants", "etcd", legacyetcdmonitortests.NewLegacyTests()) | |||
|
|||
monitorTestRegistry.AddMonitorTestOrDie("audit-log-analyzer", "kube-apiserver", auditloganalyzer.NewAuditLogAnalyzer()) | |||
monitorTestRegistry.AddMonitorTestOrDie("legacy-kube-apiserver-invariants", "kube-apiserver", legacykubeapiservermonitortests.NewLegacyTests()) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needs to be restored.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reverted
…r localhost" Make sure disruption JSON has special type for localhost disruptions. Spyglass template is left as is
452bda3
to
5af4d6b
Compare
/retest-required |
@vrutkovs: The following tests failed, say
Full PR test history. Your PR dashboard. 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. I understand the commands that are listed here. |
Job Failure Risk Analysis for sha: 5af4d6b
|
These are replaced by
pkg/monitortests/kubeapiserver/disruptionexternalapiserver
andpkg/monitortests/kubeapiserver/disruptioninclusterapiserver
.This also partially re-applies #29710, reverted in #30034 to make sure localhost disruptions have a separate source set: