-
Notifications
You must be signed in to change notification settings - Fork 3.4k
test: standalone l4lb add test to verify that rqs to service do not fail when agent is starting #30114
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
/ci-l4lb |
/test |
Commit a5cb525 does not match "(?m)^Signed-off-by:". Please follow instructions provided in https://docs.cilium.io/en/stable/contributing/development/contributing_guide/#developer-s-certificate-of-origin |
/ci-l4lb |
/ci-l4lb |
5736373
to
adb2850
Compare
/ci-l4lb |
ci-l4lb test results here https://github.com/cilium/cilium/actions/runs/7486837738 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, left one minor question
/test |
1 similar comment
/test |
Add a test so that traffic continues to work when cilium agent is being restarted. Bpf programs should be atomically swaped so there shouldn't be any drops. Signed-off-by: Ondrej Blazek <ondrej.blazek@firma.seznam.cz>
Head branch was pushed to by a user without write access
rebased, retriggering tests |
/test |
/ci-runtime |
/ci-ginkgo |
/ci-l4lb |
/ci-ginkgo |
/ci-ginkgo |
1 similar comment
/ci-ginkgo |
The test is currently causing a lot of flakes, so it looks like we need to revisit cilium#30163 to figure out why it is still not addressed. Related: cilium#30114 Closes: cilium#30707 Closes: cilium#24728 Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
The test is currently causing a lot of flakes, so it looks like we need to revisit cilium#30163 to figure out why it is still not addressed. Related: cilium#30114 Closes: cilium#30707 Closes: cilium#24728 Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Related slack thread: https://cilium.slack.com/archives/CDKG8NNHK/p1704378628377709
Fix was merged yesterday, so it's already present in the cilium-ci release, tested locally that it now works as expected.
Signed-off-by: Ondrej Blazek ondrej.blazek@firma.seznam.cz