Skip to content

Conversation

tommyp1ckles
Copy link
Contributor

This was breaking CI as that wasn't emitting the expected output when running commands such as:

root@kind-worker:/home/cilium# cilium bpf ct flush global
Flushed 61 entries from /sys/fs/bpf/tc/globals/cilium_ct4_global
Flushed 6 entries from /sys/fs/bpf/tc/globals/cilium_ct_any4_global
Flushed 4 entries from /sys/fs/bpf/tc/globals/cilium_ct6_global
Flushed 6 entries from /sys/fs/bpf/tc/globals/cilium_ct_any6_global

This behavior was added in 694213c to add visibility following the decision to not emit error logs when we had a gc map delete "miss".

Fixes: #38989

@tommyp1ckles tommyp1ckles added release-note/misc This PR makes changes that have no direct user impact. release-note/ci This PR makes changes to the CI. labels Apr 17, 2025
@tommyp1ckles tommyp1ckles requested a review from a team as a code owner April 17, 2025 20:43
@tommyp1ckles
Copy link
Contributor Author

/test

This was breaking CI as that wasn't emitting the expected
output when running commands such as:

```
root@kind-worker:/home/cilium# cilium bpf ct flush global
Flushed 61 entries from /sys/fs/bpf/tc/globals/cilium_ct4_global
Flushed 6 entries from /sys/fs/bpf/tc/globals/cilium_ct_any4_global
Flushed 4 entries from /sys/fs/bpf/tc/globals/cilium_ct6_global
Flushed 6 entries from /sys/fs/bpf/tc/globals/cilium_ct_any6_global
```

This behavior was added in 694213c
to add visibility following the decision to not emit error logs
when we had a gc map delete "miss".

Fixes: cilium#38989

Signed-off-by: Tom Hadlaw <tom.hadlaw@isovalent.com>
@tommyp1ckles tommyp1ckles force-pushed the pr/tp/dont-log-on-dbg-flush branch from 699642f to f971b64 Compare April 17, 2025 21:29
@tommyp1ckles
Copy link
Contributor Author

/test

@tommyp1ckles tommyp1ckles added this pull request to the merge queue Apr 21, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Apr 21, 2025
@tommyp1ckles tommyp1ckles added this pull request to the merge queue Apr 22, 2025
Merged via the queue into cilium:main with commit eefedf5 Apr 22, 2025
66 checks passed
@tommyp1ckles tommyp1ckles deleted the pr/tp/dont-log-on-dbg-flush branch April 22, 2025 23:53
@maintainer-s-little-helper maintainer-s-little-helper bot added ready-to-merge This PR has passed all tests and received consensus from code owners to merge. labels Apr 22, 2025
Copy link
Member

@joestringer joestringer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a user that is logging results? I see this PR added a parameter but it seems like the parameter is always false.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-to-merge This PR has passed all tests and received consensus from code owners to merge. release-note/ci This PR makes changes to the CI. release-note/misc This PR makes changes that have no direct user impact.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CI: e2e-upgrade: [pod-to-pod-no-frag]: failed to flush ct entries: command failed
3 participants