Bug 1908764 - Skew tests are broken in 4.5 to 4.6 because the test skip is in the wrong block
Summary: Skew tests are broken in 4.5 to 4.6 because the test skip is in the wrong block
Keywords:
Status: CLOSED EOL
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: oauth-apiserver
Version: 4.5
Hardware: Unspecified
OS: Unspecified
unspecified
urgent
Target Milestone: ---
: ---
Assignee: Clayton Coleman
QA Contact: Xingxing Xia
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2020-12-17 14:58 UTC by Clayton Coleman
Modified: 2021-08-10 10:59 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2021-08-10 10:59:14 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

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


Note You need to log in before you can comment on or make changes to this bug.