-
Notifications
You must be signed in to change notification settings - Fork 3.4k
ipsec,ci: enable conn disrupt north-south for ipsec traffic #39061
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
/test |
@ysksuzuki I'm going to suggest we actually merge in this change. I've been running the ipsec up/down tests for a bit now. 0/6 so far runs failed:https://github.com/cilium/cilium/actions/runs/14576550343 It does not look like the original issue #37540 is occurring. |
Hm I don't follow - isn't this exactly the symptom we're looking for? (for context - #38757 moved the ipsec configs over into |
Right, this is the issue I saw in #37540. I wasn't aware of that the ipsec configs are moved to e2e-upgrade, sorry.
Also, ci-ipsec-upgrade fails consitently with this change on v1.17. https://github.com/cilium/cilium/actions/runs/14606495152 |
Wait @julianwiedmann @ysksuzuki Now I am a bit confused.
That's not the case, I've been testing: https://github.com/cilium/cilium/actions/runs/14576550343 like the original issue, which has 0/8 runs failing so far.
That is not the case. The That ctmap flush error is being tracked in an entire separate pull request: #39018 |
The original issue was for
The ctmap error is a red herring. This is what's causing the workflow to fail:
And if you scroll up, that's
|
Ahh I was looking at: https://github.com/cilium/cilium/actions/runs/14576551857/job/40950760283 Okay I see it now in |
a54da95
to
a466c01
Compare
I am unable to reproduce the issue on my local machine. This maybe due to the specific version of the kernel |
a466c01
to
5fb78f9
Compare
/test |
5fb78f9
to
23581c9
Compare
/test |
Interesting, when we change Just to confirm I'm going to add a few test configs which use the same params which cause the issue but spread over our supported kernel ranges. It should appear to us that only 5.4 fails. |
Had a quick look at the sysdump:
|
415ef13
to
6ae90fc
Compare
Enable the connection disruption tests for north-south traffic for IPsec upgrade tests. This commit potentially introduces the flake outlined in #37540 again, for further debugging however, it should no longer cause an issue after f59a51a "(CI: stop testing 5.4 kernel)" has been merged. This is because the issue was only apparent on 5.4 kernels. Signed-off-by: Louis DeLosSantos <louis.delos@isovalent.com>
6ae90fc
to
c3f1d4c
Compare
/test |
c3f1d4c
to
05e3f7e
Compare
This is ready for review. @julianwiedmann has removed the 5.4 kernel tests which were causing an error here. |
/test |
Enable the connection disruption tests for north-south traffic for IPsec upgrade tests.
This commit potentially introduces the flake outlined in #37540 again, for further debugging.
Fixes: #37540