Errors like [1]:
fail [github.com/openshift/origin/test/extended/prometheus/prometheus_builds.go:156]: Expected
<map[string]error | len:1>: {
"openshift_build_total{phase=\"Complete\"} >= 0": {
s: "promQL query: openshift_build_total{phase=\"Complete\"} >= 0 had reported incorrect results: model.Vector{}",
},
}
to be empty
...
failed: (1m4s) 2019-11-26T23:05:24 "[Feature:Prometheus][Feature:Builds] Prometheus when installed on the cluster should start and expose a secured proxy and verify build metrics [Suite:openshift/conformance/parallel]"
This error occurred in 76 of our e2e runs in CI today (8% of all failed jobs) [2], so which is a pretty high flake rate.
I'm not sure if this is a Monitoring thing because of the PromQL or a Build thing because of [Feature:Builds]. Going with Monitoring, because Berlin wakes up early, but obviously feel free to reassign if I'm guessing wrong ;).
[1]: https://prow.svc.ci.openshift.org/view/gcs/origin-ci-test/logs/release-openshift-ocp-installer-e2e-aws-4.4/73
[2]: https://search.svc.ci.openshift.org/chart?search=promQL%20query:%20openshift_build_total.*Complete.*reported%20incorrect%20results.*Vector
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.
For information on the advisory, and where to find the updated
files, follow the link below.
If the solution does not work for you, open a new bug report.
https://access.redhat.com/errata/RHBA-2020:0581
Errors like [1]: fail [github.com/openshift/origin/test/extended/prometheus/prometheus_builds.go:156]: Expected <map[string]error | len:1>: { "openshift_build_total{phase=\"Complete\"} >= 0": { s: "promQL query: openshift_build_total{phase=\"Complete\"} >= 0 had reported incorrect results: model.Vector{}", }, } to be empty ... failed: (1m4s) 2019-11-26T23:05:24 "[Feature:Prometheus][Feature:Builds] Prometheus when installed on the cluster should start and expose a secured proxy and verify build metrics [Suite:openshift/conformance/parallel]" This error occurred in 76 of our e2e runs in CI today (8% of all failed jobs) [2], so which is a pretty high flake rate. I'm not sure if this is a Monitoring thing because of the PromQL or a Build thing because of [Feature:Builds]. Going with Monitoring, because Berlin wakes up early, but obviously feel free to reassign if I'm guessing wrong ;). [1]: https://prow.svc.ci.openshift.org/view/gcs/origin-ci-test/logs/release-openshift-ocp-installer-e2e-aws-4.4/73 [2]: https://search.svc.ci.openshift.org/chart?search=promQL%20query:%20openshift_build_total.*Complete.*reported%20incorrect%20results.*Vector