Skip to content
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

[failing] test/e2e.TestDestroyPodInflight #15092

Open
izabelacg opened this issue Apr 3, 2024 · 3 comments
Open

[failing] test/e2e.TestDestroyPodInflight #15092

izabelacg opened this issue Apr 3, 2024 · 3 comments
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@izabelacg
Copy link
Member

Expected Behavior

Tests passing successfully.

Actual Behavior

Consistent failures:

Test name: test/e2e.TestDestroyPodInflight
Repository name: serving
Testing areas: Gateway API + Contour (periodic job)

Steps to Reproduce the Problem

See: https://testgrid.k8s.io/r/knative-own-testgrid/serving#gateway-api-contour

@izabelacg izabelacg added the kind/bug Categorizes issue or PR as related to a bug. label Apr 3, 2024
@izabelacg izabelacg changed the title [flaky] test/e2e.TestDestroyPodInflight [failing] test/e2e.TestDestroyPodInflight Apr 3, 2024
@dprotaso
Copy link
Member

Note the (net-gateway-api) changes that will land in #15136 don't address this failure.

@dprotaso
Copy link
Member

dprotaso commented Apr 22, 2024

Digging into this the errors we're seeing is because Contour (deployed using the gateway provisioner/contourdeployment) has a timeout set that's being triggered. It might just be the idle timeout on the connection.

In net-contour we disable these two timeouts by default - https://github.com/knative-extensions/net-contour/blob/fc93044366448548dac0fdf20ca37c675cd9e3d8/pkg/reconciler/contour/resources/httpproxy.go#L131

@dprotaso
Copy link
Member

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

No branches or pull requests

2 participants