Bug 2060592

Summary: For the static pod synthetic test, only add failure when no event was found for the target revision
Product: OpenShift Container Platform Reporter: OpenShift BugZilla Robot <openshift-bugzilla-robot>
Component: Test FrameworkAssignee: Devan Goodwin <dgoodwin>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 4.11CC: bleanhar
Target Milestone: ---   
Target Release: 4.10.z   
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: 2022-04-25 17:42:24 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: 2060498    
Bug Blocks:    

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.