Bug 1908764

Summary: Skew tests are broken in 4.5 to 4.6 because the test skip is in the wrong block
Product: OpenShift Container Platform Reporter: Clayton Coleman <ccoleman>
Component: oauth-apiserverAssignee: Clayton Coleman <ccoleman>
Status: CLOSED EOL QA Contact: Xingxing Xia <xxia>
Severity: urgent Docs Contact:
Priority: unspecified    
Version: 4.5CC: aos-bugs, mfojtik, surbania, wlewis
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2021-08-10 10:59:14 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 Clayton Coleman 2020-12-17 14:58:24 UTC
All 4.5 to 4.6 skew tests have been broken for quite a while https://prow.ci.openshift.org/view/gcs/origin-ci-test/logs/release-openshift-origin-installer-old-rhcos-e2e-aws-4.6/1338185336429219840 due to a panic happening in code init, vs inside a test.  The panic completely blocks the test suite from running, vs just skipping one test.

github.com/openshift/origin/vendor/github.com/onsi/ginkgo.Describe(0x5a7c009, 0x32, 0x5d34aa8, 0x965bad)
	/go/src/github.com/openshift/origin/_output/local/go/src/github.com/openshift/origin/vendor/github.com/onsi/ginkgo/ginkgo_dsl.go:289 +0xd6
github.com/openshift/origin/test/extended/oauth.init()
	/go/src/github.com/openshift/origin/_output/local/go/src/github.com/openshift/origin/test/extended/oauth/expiration.go:24 +0x54

Has to happen inside a test block.

This is not a backport (the bug only exists in 4.5 and can only be fixed in 4.5 z).

Comment 2 Wally 2021-02-03 19:39:49 UTC
Impact on 4.5 != blocker.

Comment 3 Sergiusz Urbaniak 2021-08-10 10:59:14 UTC
closing as 4.5 is EOL