Bug 1829580
Summary: | Add e2e test for stale condition DefaultSecurityContextConstraints_Mutated | |||
---|---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Abu Kashem <akashem> | |
Component: | Test Infrastructure | Assignee: | Abu Kashem <akashem> | |
Status: | CLOSED ERRATA | QA Contact: | Ke Wang <kewang> | |
Severity: | low | Docs Contact: | ||
Priority: | unspecified | |||
Version: | 4.4 | CC: | aos-bugs, mfojtik, xxia | |
Target Milestone: | --- | |||
Target Release: | 4.4.z | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | If docs needed, set a value | ||
Doc Text: | Story Points: | --- | ||
Clone Of: | 1829576 | |||
: | 1829585 (view as bug list) | Environment: | ||
Last Closed: | 2020-06-29 15:33:54 UTC | Type: | --- | |
Regression: | --- | Mount Type: | --- | |
Documentation: | --- | CRM: | ||
Verified Versions: | Category: | --- | ||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
Cloudforms Team: | --- | Target Upstream Version: | ||
Embargoed: | ||||
Bug Depends On: | 1829585 | |||
Bug Blocks: | 1829576 |
Description
Abu Kashem
2020-04-29 20:05:28 UTC
Waiting for https://github.com/openshift/cluster-kube-apiserver-operator/pull/845 to be approved by the cherry-pick manager. I accidentally set the target release to "4.4.0", setting it to "4.4.z". Waiting for it to be cherry-picked. $ oc get clusterversion NAME VERSION AVAILABLE PROGRESSING SINCE STATUS version 4.4.0-0.nightly-2020-06-21-210301 True False 6h8m Cluster version is 4.4.0-0.nightly-2020-06-21-210301 Related test code can cover the fix: $ git clone https://github.com/openshift/cluster-kube-apiserver-operator.git# or git pull if already cloned $ cd cluster-kube-apiserver-operator/ $ git branch -a $ git checkout remotes/origin/release-4.4 $ cd test/e2e $ $ ls clean_stale_condition_test.go clean_stale_condition_test.go $ go test -v -run TestRemoveStaleSCCUpgradeableCondition === RUN TestRemoveStaleSCCUpgradeableCondition Found configuration for host https://api.ke22gcp41.qe.gcp.cluster.com:6443. --- PASS: TestRemoveStaleSCCUpgradeableCondition (7.44s) PASS ok github.com/openshift/cluster-kube-apiserver-operator/test/e2e 7.461s The test run passed as expected, move the bug verified. 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:2713 |