solo-io / gloo

The Feature-rich, Kubernetes-native, Next-Generation API Gateway Built on Envoy
https://docs.solo.io/
Apache License 2.0
4.07k stars 434 forks source link

Kubernetes E2E Nightlies TestK8sGateway/HttpListenerOptions/TestConfigureNotAttachedHttpListenerOptions #9736

Open jbohanon opened 2 months ago

jbohanon commented 2 months ago

Which tests failed?

Kubernetes E2E Nightlies

TestK8sGateway/HttpListenerOptions/TestConfigureNotAttachedHttpListenerOptions

Initial Investigation

No response

Additional Information

No response

npolshakova commented 1 month ago

Nightly failure: https://github.com/solo-io/gloo/actions/runs/9824757546/job/27124103391

sheidkamp commented 1 month ago

Nightly Failure: https://github.com/solo-io/solo-projects/actions/runs/9902723043/job/27357104121

npolshakova commented 2 weeks ago

Happened on nightlys again: https://github.com/solo-io/gloo/actions/runs/10520175408/job/29148740003

npolshakova commented 2 weeks ago

It looks like something isn't ready before we're sending the curl request:

2024-08-23T06:18:41.3385201Z === RUN   TestK8sGateway/HttpListenerOptions/TestConfigureNotAttachedHttpListenerOptions
2024-08-23T06:18:41.4113893Z gateway.gateway.networking.k8s.io/gw created
2024-08-23T06:18:41.6543228Z httplisteneroption.gateway.solo.io/server-name-missing-gw created
2024-08-23T06:18:46.7857504Z want:
2024-08-23T06:18:46.7859001Z HttpResponse{StatusCode: 200, Body: &matchers.ContainSubstringMatcher{Substr:"Welcome to nginx!", Args:[]interface {}(nil)}, Headers: map[server:envoy], Custom: <nil>}
2024-08-23T06:18:46.7860136Z stdout:
2024-08-23T06:18:46.7860302Z 
2024-08-23T06:18:46.7860615Z stderr:  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2024-08-23T06:18:46.7861938Z                                  Dload  Upload   Total   Spent    Left  Speed
2024-08-23T06:18:46.7862255Z 
2024-08-23T06:18:46.7862820Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0*   Trying 10.96.210.219:8080...
2024-08-23T06:18:46.7863190Z 
2024-08-23T06:18:46.7863477Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2024-08-23T06:18:46.7864061Z   0     0    0     0    0     0      0      0 --:--:--  0:00:01 --:--:--     0
2024-08-23T06:18:46.7864804Z   0     0    0     0    0     0      0      0 --:--:--  0:00:02 --:--:--     0* Connection timed out after 3000 milliseconds
2024-08-23T06:18:46.7865205Z 
2024-08-23T06:18:46.7865474Z   0     0    0     0    0     0      0      0 --:--:--  0:00:03 --:--:--     0
2024-08-23T06:18:46.7865954Z * Closing connection 0
2024-08-23T06:18:46.7866344Z curl: (28) Connection timed out after 3000 milliseconds
2024-08-23T06:18:46.7866766Z command terminated with exit code 28
2024-08-23T06:18:46.7866997Z 
2024-08-23T06:18:46.7867242Z 
2024-08-23T06:18:51.8889336Z want:
2024-08-23T06:18:51.8890446Z HttpResponse{StatusCode: 200, Body: &matchers.ContainSubstringMatcher{Substr:"Welcome to nginx!", Args:[]interface {}(nil)}, Headers: map[server:envoy], Custom: <nil>}
sheidkamp commented 1 week ago

Failure in nightlies: https://github.com/solo-io/gloo/actions/runs/10553867873/job/29234837095