Skip to content

Commit

Permalink
conformance-e2e: enforce no missed tail calls occurring during tests
Browse files Browse the repository at this point in the history
[ upstream commit f28817b ]
[ backporter's notes: cilium-cli v0.15.20 bump not merged yet,
  leaving the exclusion in place ]

Signed-off-by: Timo Beckers <[email protected]>
  • Loading branch information
ti-mo authored and squeed committed Jan 23, 2024
1 parent fb9fbdd commit 1de74f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/conformance-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -341,10 +341,10 @@ jobs:
fi
if [ "${{ matrix.host-fw }}" == "true" ]; then
# Missed tail calls until https://github.com/cilium/cilium/issues/28088 is fixed,
# host datapath once cilium-cli is upgraded to a version that includes
# Remove once cilium-cli is upgraded to a version that includes
# https://github.com/cilium/cilium-cli/pull/2206.
EXTRA+=("--expected-drop-reasons=+Missed tail call,+Host datapath not ready")
# (note v1.14: cilium-cli v0.15.20 is needed, not merged as of this backport)
EXTRA+=("--expected-drop-reasons=+Host datapath not ready")
fi
./cilium-cli connectivity test --include-unsafe-tests --collect-sysdump-on-failure \
Expand Down

0 comments on commit 1de74f1

Please sign in to comment.