serving icon indicating copy to clipboard operation
serving copied to clipboard

[failing] test/e2e.TestDestroyPodInflight

Open izabelacg opened this issue 1 year ago • 3 comments

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 avatar Apr 03 '24 13:04 izabelacg

Note the (net-gateway-api) changes that will land in https://github.com/knative/serving/pull/15136 don't address this failure.

dprotaso avatar Apr 21 '24 20:04 dprotaso

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 avatar Apr 22 '24 01:04 dprotaso

This is blocked on

https://github.com/knative-extensions/net-gateway-api/issues/711 https://github.com/projectcontour/contour/issues/6373

dprotaso avatar Apr 23 '24 15:04 dprotaso