Bug 1944768

Summary: [s390x] PodDisruptionBudgetAtLimit for image-registry
Product: OpenShift Container Platform Reporter: Timothée Ravier <travier>
Component: Image RegistryAssignee: Oleg Bulatov <obulatov>
Status: CLOSED DUPLICATE QA Contact: Wenjing Zheng <wzheng>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 4.8CC: aos-bugs, psundara, wking
Target Milestone: ---   
Target Release: ---   
Hardware: s390x   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2021-03-31 23:16:18 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Timothée Ravier 2021-03-30 16:10:21 UTC
Description of problem:
fail [github.com/openshift/origin/test/extended/prometheus/prometheus.go:79]: Unexpected error:
    <errors.aggregate | len:1, cap:1>: [
        {
            s: "promQL query returned unexpected results:\n\nsort_desc((\ncount_over_time(ALERTS{alertname!~\"Watchdog|AlertmanagerReceiversNotConfigured\",alertstate=\"firing\",severity!=\"info\"}[11m8s:1s]) unless\ncount_over_time(ALERTS{alertname=\"AggregatedAPIDown\",name=\"v1alpha1.wardle.example.com\",alertstate=\"firing\"}[11m8s:1s])\n) > 0)\n[\n  {\n    \"metric\": {\n      \"alertname\": \"PodDisruptionBudgetAtLimit\",\n      \"alertstate\": \"firing\",\n      \"namespace\": \"openshift-image-registry\",\n      \"poddisruptionbudget\": \"image-registry\",\n      \"prometheus\": \"openshift-monitoring/k8s\",\n      \"severity\": \"warning\"\n    },\n    \"value\": [\n      1617074354.765,\n      \"328\"\n    ]\n  }\n]",
        },
    ]
    promQL query returned unexpected results:
    
    sort_desc((
    count_over_time(ALERTS{alertname!~"Watchdog|AlertmanagerReceiversNotConfigured",alertstate="firing",severity!="info"}[11m8s:1s]) unless
    count_over_time(ALERTS{alertname="AggregatedAPIDown",name="v1alpha1.wardle.example.com",alertstate="firing"}[11m8s:1s])
    ) > 0)
    [
      {
        "metric": {
          "alertname": "PodDisruptionBudgetAtLimit",
          "alertstate": "firing",
          "namespace": "openshift-image-registry",
          "poddisruptionbudget": "image-registry",
          "prometheus": "openshift-monitoring/k8s",
          "severity": "warning"
        },
        "value": [
          1617074354.765,
          "328"
        ]
      }
    ]
occurred

Version-Release number of selected component (if applicable):
4.8

How reproducible:

Failing since 2021-03-26:
https://prow.ci.openshift.org/job-history/gs/origin-ci-test/logs/release-openshift-ocp-installer-e2e-remote-libvirt-image-ecosystem-s390x-4.8

Comment 1 Prashanth Sundararaman 2021-03-31 13:36:54 UTC
this is a dup of https://bugzilla.redhat.com/show_bug.cgi?id=1944762

Comment 2 W. Trevor King 2021-03-31 23:16:18 UTC

*** This bug has been marked as a duplicate of bug 1944762 ***