Bug 2072902

Summary: openshift-tests.[sig-arch] events should not repeat pathologically
Product: OpenShift Container Platform Reporter: Thomas Jungblut <tjungblu>
Component: Test InfrastructureAssignee: Thomas Jungblut <tjungblu>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: high Docs Contact:
Priority: high    
Version: 4.9CC: bparees, sippy, tjungblu, vlaad, wking
Target Milestone: ---Keywords: Reopened
Target Release: 4.11.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: No Doc Update
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2022-08-26 15:41:56 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: 2074448    
Bug Blocks:    

Description Thomas Jungblut 2022-04-07 09:04:35 UTC
openshift-tests.[sig-arch] events should not repeat pathologically

is failing frequently in CI, see:
https://sippy.ci.openshift.org/sippy-ng/tests/4.9/analysis?test=openshift-tests.%5Bsig-arch%5D%20events%20should%20not%20repeat%20pathologically

Permafailing since: 
https://openshift-release.apps.ci.l2s4.p1.openshiftapps.com/releasestream/4.9.0-0.ci/release/4.9.0-0.ci-2022-04-06-133003
https://prow.ci.openshift.org/view/gs/origin-ci-test/logs/periodic-ci-openshift-release-master-ci-4.9-e2e-aws-serial/1511875308708433920


event happened 21 times, something is wrong: ns/openshift-e2e-loki pod/loki-promtail-jnj4p node/ip-10-0-195-169.ec2.internal - reason/NetworkNotReady network is not ready: container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:Network plugin returns error: No CNI configuration file in /etc/kubernetes/cni/net.d/. Has your network provider started?
event happened 23 times, something is wrong: ns/openshift-e2e-loki pod/loki-promtail-zsmrz node/ip-10-0-168-128.ec2.internal - reason/NetworkNotReady network is not ready: container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:Network plugin returns error: No CNI configuration file in /etc/kubernetes/cni/net.d/. Has your network provider started?


the openshift-e2e-loki namespace is a new one failing together with the promtail, only in 4.9 so far.

Comment 1 Ben Parees 2022-04-07 13:03:36 UTC
technically this targets 4.9.z but it's not worth creating a 4.10 and 4.11 dummy bug to make the bot happy given this is just a test code fix, so we'll leave it and self-verify once the fix merges.

Comment 2 Thomas Jungblut 2022-04-08 08:20:56 UTC
4.9 is green again, let's close. Thanks for your help, Ben.

Comment 3 W. Trevor King 2022-04-12 16:54:35 UTC
VERIFIED is a strange state for a bug linking no PRs.  Can this be closed as a dup of bug 2074445, which is tracking a PR?

Comment 4 Ben Parees 2022-04-12 17:00:50 UTC
https://github.com/openshift/origin/pull/26986 was the PR in question.

Comment 5 Ben Parees 2022-04-12 17:01:52 UTC
(this fix was directly merged into 4.9 because, i guess, it was thought not to impact 4.10+.  However that was incorrect and we're now in the process of delivering the same fix to 4.11 and 4.10, which is why 2074445 exists)