ovn-kubernetes / ovn-kubernetes

A robust Kubernetes networking platform
https://ovn-kubernetes.io/
Apache License 2.0
838 stars 349 forks source link

ClusterUserDefinedNetwork isolation test sare flaking #4829

Open tssurya opened 5 days ago

tssurya commented 5 days ago

Which jobs are flaking?

network-segmentation lane

Which tests are flaking?

Summarizing 2 Failures: [FAIL] Network Segmentation a user defined primary network created using ClusterUserDefinedNetwork is isolated from the default network [It] with L2 primary UDN /home/runner/work/ovn-kubernetes/ovn-kubernetes/test/e2e/network_segmentation.go:357 [FAIL] Network Segmentation a user defined primary network created using ClusterUserDefinedNetwork is isolated from the default network [It] with L3 primary UDN /home/runner/work/ovn-kubernetes/ovn-kubernetes/test/e2e/network_segmentation.go:357

Since when has it been flaking?

Since CUDN got added

Reason for failure (if possible)

No response

Anything else we need to know?

https://github.com/ovn-kubernetes/ovn-kubernetes/actions/runs/11756667770/job/32753396792?pr=4827

ormergi commented 4 days ago

Looking at https://github.com/ovn-kubernetes/ovn-kubernetes/actions/runs/11756667770/job/32753396792?pr=4827 It seem that the tests fails on checking pod connected to UDN is able to reach KAPI ovn-kubernetes/ovn-kubernetes/test/e2e/network_segmentation.go:357 This issue wont seem to reproduce on local env, I tried to run it continually using Ginkgo unti-it-fails option. I couldn't find something related to the fact the test use the CUDN CRD yet.

trozet commented 21 hours ago

Also seen here: https://github.com/ovn-kubernetes/ovn-kubernetes/pull/3709#issuecomment-2474936262