-
Story
-
Resolution: Won't Do
-
Critical
-
None
-
None
-
Product / Portfolio Work
-
False
-
-
False
-
2
-
None
-
None
-
OCPEDGE Sprint 283
-
1
TEST_SUITE: openshift/etcd/certrotation
the specific etcd cert tests at test/extended/dr/cert_rotation.go fails because of a readiness gate in the helpers of the tests
cert_rotation.go
BeforeEach()
waitForApiServerToStabilizeOnTheSameRevisionLonger()
WaitForPodsToStabilizeOnTheSameRevision()
arePodsOnTheSameRevision()
getRevisions()
and the failing logic is:
case corev1.PodRunning: if !podReady(pod) { return nil, nil, true, nil }
these helpers (WaitForPodsToStabilizeOnTheSameRevision) and so on are in library-go package which is a vendored code vendor/github.com/openshift/library-go/test/library/library.goSo i'll have to duplicate some work locally in origin or something
- blocks
-
OCPEDGE-2302 e2e CI lane for the etcd certificate rotation tests running in degraded mode
-
- Closed
-