Bug 2060498

Summary: For the static pod synthetic test, only add failure when no event was found for the target revision
Product: OpenShift Container Platform Reporter: Stephen Benjamin <stbenjam>
Component: Test FrameworkAssignee: Stephen Benjamin <stbenjam>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 4.11CC: dgoodwin, vlaad
Target Milestone: ---   
Target Release: 4.11.0   
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-08-26 15:29:10 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:
Bug Depends On:    
Bug Blocks: 2060592    

Description Stephen Benjamin 2022-03-03 15:49:09 UTC
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-03-09 17:45:29 UTC
Assuming this is verified, let me know if not Stephen.