Bug 2060592 - For the static pod synthetic test, only add failure when no event was found for the target revision
Summary: For the static pod synthetic test, only add failure when no event was found f...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Test Framework
Version: 4.11
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
: 4.10.z
Assignee: Devan Goodwin
QA Contact:
URL:
Whiteboard:
Depends On: 2060498
Blocks:
TreeView+ depends on / blocked
 
Reported: 2022-03-03 19:59 UTC by OpenShift BugZilla Robot
Modified: 2022-04-25 17:42 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2022-04-25 17:42:24 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github openshift origin pull 26881 0 None open [release-4.10] Bug 2060592: only add failure when no event was found for the target revision 2022-03-03 20:00:17 UTC

Description OpenShift BugZilla Robot 2022-03-03 19:59:57 UTC
+++ This bug was initially created as a clone of Bug #2060498 +++

The static pod synthetic test looks for a message specifying the
explicit revision, but it added a failure for each and every event that
was for another revision. This moves the failure adding to the outer
loop, otherwise you end up with many failures:


static pod lifecycle failure - static pod: "etcd" in namespace: "openshift-etcd" for revision: 6 on node: "ip-10-0-157-108.us-west-1.compute.internal" didn't show up, waited: 2m30s
static pod lifecycle failure - static pod: "etcd" in namespace: "openshift-etcd" for revision: 6 on node: "ip-10-0-157-108.us-west-1.compute.internal" didn't show up, waited: 2m30s
static pod lifecycle failure - static pod: "etcd" in namespace: "openshift-etcd" for revision: 6 on node: "ip-10-0-157-108.us-west-1.compute.internal" didn't show up, waited: 2m30s
static pod lifecycle failure - static pod: "etcd" in namespace: "openshift-etcd" for revision: 6 on node: "ip-10-0-157-108.us-west-1.compute.internal" didn't show up, waited: 2m30s
static pod lifecycle failure - static pod: "etcd" in namespace: "openshift-etcd" for revision: 6 on node: "ip-10-0-157-108.us-west-1.compute.internal" didn't show up, waited: 2m30s
static pod lifecycle failure - static pod: "etcd" in namespace: "openshift-etcd" for revision: 6 on node: "ip-10-0-157-108.us-west-1.compute.internal" didn't show up, waited: 2m30s
static pod lifecycle failure - static pod: "etcd" in namespace: "openshift-etcd" for revision: 6 on node: "ip-10-0-157-108.us-west-1.compute.internal" didn't show up, waited: 2m30s
static pod lifecycle failure - static pod: "etcd" in namespace: "openshift-etcd" for revision: 6 on node: "ip-10-0-157-108.us-west-1.compute.internal" didn't show up, waited: 2m30s
static pod lifecycle failure - static pod: "etcd" in namespace: "openshift-etcd" for revision: 6 on node: "ip-10-0-157-108.us-west-1.compute.internal" didn't show up, waited: 2m30s
static pod lifecycle failure - static pod: "etcd" in namespace: "openshift-etcd" for revision: 6 on node: "ip-10-0-157-108.us-west-1.compute.internal" didn't show up, waited: 2m30s
static pod lifecycle failure - static pod: "etcd" in namespace: "openshift-etcd" for revision: 6 on node: "ip-10-0-157-108.us-west-1.compute.internal" didn't show up, waited: 2m30s
static pod lifecycle failure - static pod: "etcd" in namespace: "openshift-etcd" for revision: 6 on node: "ip-10-0-157-108.us-west-1.compute.internal" didn't show up, waited: 2m30s
static pod lifecycle failure - static pod: "etcd" in namespace: "openshift-etcd" for revision: 6 on node: "ip-10-0-157-108.us-west-1.compute.internal" didn't show up, waited: 2m30s
static pod lifecycle failure - static pod: "etcd" in namespace: "openshift-etcd" for revision: 6 on node: "ip-10-0-157-108.us-west-1.compute.internal" didn't show up, waited: 2m30s
static pod lifecycle failure - static pod: "etcd" in namespace: "openshift-etcd" for revision: 6 on node: "ip-10-0-157-108.us-west-1.compute.internal" didn't show up, waited: 2m30s
static pod lifecycle failure - static pod: "etcd" in namespace: "openshift-etcd" for revision: 6 on node: "ip-10-0-157-108.us-west-1.compute.internal" didn't show up, waited: 2m30s
static pod lifecycle failure - static pod: "etcd" in namespace: "openshift-etcd" for revision: 6 on node: "ip-10-0-157-108.us-west-1.compute.internal" didn't show up, waited: 2m30s
static pod lifecycle failure - static pod: "etcd" in namespace: "openshift-etcd" for revision: 6 on node: "ip-10-0-157-108.us-west-1.compute.internal" didn't show up, waited: 2m30s
static pod lifecycle failure - static pod: "etcd" in namespace: "openshift-etcd" for revision: 6 on node: "ip-10-0-157-108.us-west-1.compute.internal" didn't show up, waited: 2m30s
static pod lifecycle failure - static pod: "etcd" in namespace: "openshift-etcd" for revision: 6 on node: "ip-10-0-157-108.us-west-1.compute.internal" didn't show up, waited: 2m30s

Comment 2 Devan Goodwin 2022-04-25 17:42:11 UTC
Looks to be just outputting one line now in 4.10 jobs. Moving to verified.


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