Bug 2060498 - 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.11.0
Assignee: Stephen Benjamin
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks: 2060592
TreeView+ depends on / blocked
 
Reported: 2022-03-03 15:49 UTC by Stephen Benjamin
Modified: 2022-08-26 15:29 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2022-08-26 15:29:10 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github openshift origin pull 26880 0 None open Bug 2060498: only add failure when no event was found for the target revision 2022-03-03 15:50:04 UTC

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.


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