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

CI: Conformance Ingress: expected status code 200 but 503 was returned #32407

Open
thorn3r opened this issue May 7, 2024 · 0 comments
Open
Labels
area/CI Continuous Integration testing issue or flake ci/flake This is a known failure that occurs in the tree. Please investigate me!

Comments

@thorn3r
Copy link
Contributor

thorn3r commented May 7, 2024

CI failure

Test: Scenario: An Ingress with a host rule should send traffic to the matching backend service

Scenario: An Ingress with a host rule should send traffic to the matching backend service # features/host_rules.feature:56
    When I send a "GET" request to "http://foo.bar.com/"                                     # feature.go:112 -> iSendARequestTo
    And the response status-code must be 200                                                # feature.go:[134](https://github.com/cilium/cilium/actions/runs/8991412619/job/24698967752#step:20:135) -> theResponseStatuscodeMustBe
    expected status code 200 but 503 was returned
    And the response must be served by the "foo-bar-com" service                            # feature.go:138 -> theResponseMustBeServedByTheService
    And the request host must be "foo.bar.com"                                              # feature.go:142 -> theRequestHostMustBe

Hit on #32403
Workflow run: https://github.com/cilium/cilium/actions/runs/8991412619/job/24698967752

Sysdump: cilium-sysdump-out-Without_KPR.zip

@thorn3r thorn3r added area/CI Continuous Integration testing issue or flake ci/flake This is a known failure that occurs in the tree. Please investigate me! labels May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/CI Continuous Integration testing issue or flake ci/flake This is a known failure that occurs in the tree. Please investigate me!
Projects
None yet
Development

No branches or pull requests

1 participant