Skip to content

cli: Don't ignore datapath bug packet drops #36105

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

Merged
merged 1 commit into from
Nov 29, 2024

Conversation

pchaigno
Copy link
Member

@pchaigno pchaigno commented Nov 21, 2024

Packet drops with reason No tunnel/encapsulation endpoint (datapath BUG!) look highly suspicious. Yet, I allowlisted it in CI in commit 4d0d9bf15df9 ("defaults: Add expected drop reasons") and didn't explain where it was seen 😬

This pull request removes it from the list of packet drops that are expected in CI. It doesn't seem to be occurring anymore, so maybe it was just my mistake. And if it ever happens again in CI, it's definitely something we'll want to investigate.

@pchaigno pchaigno added area/datapath Impacts bpf/ or low-level forwarding details, including map management and monitor messages. release-note/ci This PR makes changes to the CI. labels Nov 21, 2024
@github-actions github-actions bot added cilium-cli This PR contains changes related with cilium-cli cilium-cli-exclusive This PR only impacts cilium-cli binary labels Nov 21, 2024
@pchaigno pchaigno force-pushed the pr/pchaigno/test-expected-drops branch from 5ca135c to 5dc6158 Compare November 25, 2024 11:46
@pchaigno pchaigno changed the title cli: Test cli: Don't ignore datapath bug packet drops Nov 25, 2024
Packet drops with reason "No tunnel/encapsulation endpoint (datapath
BUG!)" look highly suspicious. Yet, I allowlisted it in CI in commit [1]
and didn't explain where it was seen 😬

This commit removes it from the list of packet drops that are expected
in CI. It doesn't seem to be occurring anymore, so maybe it was just my
mistake. And if it ever happens again in CI, it's definitely something
we'll want to investigate.

1 - cilium/cilium-cli@4d0d9bf
Signed-off-by: Paul Chaignon <paul.chaignon@gmail.com>
@pchaigno pchaigno force-pushed the pr/pchaigno/test-expected-drops branch from 5dc6158 to d8d6724 Compare November 25, 2024 11:48
@pchaigno
Copy link
Member Author

/test

@pchaigno pchaigno marked this pull request as ready for review November 26, 2024 12:26
@pchaigno pchaigno requested a review from a team as a code owner November 26, 2024 12:26
@tklauser tklauser added this pull request to the merge queue Nov 29, 2024
Merged via the queue into main with commit 3893013 Nov 29, 2024
214 checks passed
@tklauser tklauser deleted the pr/pchaigno/test-expected-drops branch November 29, 2024 11:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/datapath Impacts bpf/ or low-level forwarding details, including map management and monitor messages. cilium-cli This PR contains changes related with cilium-cli cilium-cli-exclusive This PR only impacts cilium-cli binary release-note/ci This PR makes changes to the CI.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants