Hide Forgot
Description of problem: 'backend' CI job triggered on each PR is passing despite failing tests. For example: https://prow.ci.openshift.org/view/gs/origin-ci-test/pr-logs/pull/openshift_console/7099/pull-ci-openshift-console-master-backend/1323911973502455808
I think this was introduced by https://github.com/openshift/console/pull/6400 We don't have `set -o pipefail` set, so apparently `go test -v "${COVER}" "$@" "${TEST[@]}" 2>&1 | tee /tmp/artifacts/test.out` doesn't fail.
Checked job history, now there are failed jobs and passed jobs: https://prow.ci.openshift.org/job-history/gs/origin-ci-test/pr-logs/directory/pull-ci-openshift-console-master-backend The bug is fixed.
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 (Moderate: OpenShift Container Platform 4.7.0 security, bug fix, and enhancement update), 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/RHSA-2020:5633