-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Closed
Labels
area/CIContinuous Integration testing issue or flakeContinuous Integration testing issue or flakearea/encryptionImpacts encryption support such as IPSec, WireGuard, or kTLS.Impacts encryption support such as IPSec, WireGuard, or kTLS.feature/ipsecRelates to Cilium's IPsec featureRelates to Cilium's IPsec featurefeature/ipv6Relates to IPv6 protocol supportRelates to IPv6 protocol supportpinnedThese issues are not marked stale by our issue bot.These issues are not marked stale by our issue bot.upgrade-impactThis PR has potential upgrade or downgrade impact.This PR has potential upgrade or downgrade impact.
Description
CI failure
The no-interrupted-connection for N/S traffic added by #37294 is consistently failing on ci-ipsec-upgrade. It always fails in 5.
{
"name": "5",
"kernel": "5.4-20240710.064909",
"kube-proxy": "none",
"kpr": "true",
"tunnel": "disabled",
"mode": "minor"
},
Note that currently this test is skipped if ipsec and KPR are enabled
cilium/cilium-cli/connectivity/check/context.go
Line 1302 in e2dbe14
(!ct.Features[features.IPsecEnabled].Enabled || !ct.Features[features.KPRNodePort].Enabled) |
https://github.com/cilium/cilium/actions/runs/12982469981/job/36203776562
[-] Scenario [no-interrupted-connections/no-interrupted-connections]
🟥 Pod test-conn-disrupt-client-non-backend-node-ipv6-internalip-9rp69 flow was interrupted (restart count does not match 0 != 1)
Metadata
Metadata
Assignees
Labels
area/CIContinuous Integration testing issue or flakeContinuous Integration testing issue or flakearea/encryptionImpacts encryption support such as IPSec, WireGuard, or kTLS.Impacts encryption support such as IPSec, WireGuard, or kTLS.feature/ipsecRelates to Cilium's IPsec featureRelates to Cilium's IPsec featurefeature/ipv6Relates to IPv6 protocol supportRelates to IPv6 protocol supportpinnedThese issues are not marked stale by our issue bot.These issues are not marked stale by our issue bot.upgrade-impactThis PR has potential upgrade or downgrade impact.This PR has potential upgrade or downgrade impact.