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

TestK8sGateway/RouteDelegation/TestMatcherInheritance #10114

Open
bewebi opened this issue Sep 25, 2024 · 0 comments
Open

TestK8sGateway/RouteDelegation/TestMatcherInheritance #10114

bewebi opened this issue Sep 25, 2024 · 0 comments
Labels
Type: Bug Something isn't working Type: CI Test Flake A non-deterministic test that slows down development

Comments

@bewebi
Copy link
Contributor

bewebi commented Sep 25, 2024

Which tests failed?

TestK8sGateway/RouteDelegation/TestMatcherInheritance

Initial Investigation

It looks like the gateway is not ready

Additional Information

This occurred on #10105

The test was introduced in #9513

Logs:

=== NAME  TestK8sGateway
    curl.go:133: 
        Failed after 0.094s.
        The function passed to Consistently failed at /home/runner/work/gloo/gloo/test/kubernetes/testutils/assertions/curl.go:127 with:
        Expected
            <*http.Response>: {
                Status:     <string>: ""
                StatusCode: <int>: 503
                Body:       <string>: "upstream connect error or disconnect/reset before headers. reset reason: connection termination"
            }
        to have HTTP status
            <int>: 200 
        
        expected: {
          "StatusCode": 200,
          "Body": {
            "Substr": "/anything/baz/child",
            "Args": null
          },
          "Headers": null,
          "Custom": null
        }
@bewebi bewebi added Type: Bug Something isn't working Type: CI Test Flake A non-deterministic test that slows down development labels Sep 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Something isn't working Type: CI Test Flake A non-deterministic test that slows down development
Projects
None yet
Development

No branches or pull requests

1 participant