Skip to content

Investigate the HTTPRouteServiceTypes conformance test failure #268

@haiyanmeng

Description

@haiyanmeng

How to reproduce?

  1. Comment out

RUN_TEST="HTTPRouteServiceTypes" make test-gateway-api-conformance

The test failure looks like:

=== RUN   TestGatewayAPIConformance/HTTPRouteServiceTypes
    conformance.go:70: 2026-05-06T18:32:13.909808113Z: Applying tests/httproute-service-types.yaml
    apply.go:275: 2026-05-06T18:32:13.923282301Z: Creating service-types HTTPRoute
    apply.go:275: 2026-05-06T18:32:13.935613957Z: Creating manual-endpointslices Service
    apply.go:275: 2026-05-06T18:32:13.947006538Z: Creating manual-endpointslices-ip4 EndpointSlice
    apply.go:275: 2026-05-06T18:32:13.955186195Z: Creating manual-endpointslices-ip6 EndpointSlice
    apply.go:275: 2026-05-06T18:32:13.965452061Z: Creating headless Service
    apply.go:275: 2026-05-06T18:32:13.973787011Z: Creating headless-manual-endpointslices Service
    apply.go:275: 2026-05-06T18:32:13.983010994Z: Creating headless-manual-endpointslices-ip4 EndpointSlice
    apply.go:275: 2026-05-06T18:32:13.991478646Z: Creating headless-manual-endpointslices-ip6 EndpointSlice
    helpers.go:812: 2026-05-06T18:32:14.011489704Z: Conditions matched expectations
    helpers.go:812: 2026-05-06T18:32:14.011584658Z: Route gateway-conformance-infra/service-types Parents matched expectations
    helpers.go:970: 2026-05-06T18:32:14.022818218Z: ResolvedRefs condition set to Status False with Reason BackendNotFound, expected Status True
    helpers.go:970: 2026-05-06T18:32:14.022918073Z: ResolvedRefs was not in conditions list [[{Accepted True 1 2026-05-06 18:32:13 +0000 UTC Accepted Route is accepted.} {ResolvedRefs False 1 2026-05-06 18:32:13 +0000 UTC BackendNotFound failed to get Service gateway-conformance-infra/headless-manual-endpointslices: service "headless-manual-endpointslices" not found}]]
    helpers.go:970: 2026-05-06T18:32:14.123926343Z: ResolvedRefs condition set to Status False with Reason BackendNotFound, expected Status True
    helpers.go:970: 2026-05-06T18:32:14.12399846Z: ResolvedRefs was not in conditions list [[{Accepted True 1 2026-05-06 18:32:13 +0000 UTC Accepted Route is accepted.} {ResolvedRefs False 1 2026-05-06 18:32:13 +0000 UTC BackendNotFound failed to get Service gateway-conformance-infra/headless-manual-endpointslices: service "headless-manual-endpointslices" not found}]]
    helpers.go:970: 2026-05-06T18:32:14.224173392Z: ResolvedRefs condition set to Status False with Reason BackendNotFound, expected Status True
    helpers.go:970: 2026-05-06T18:32:14.224233591Z: ResolvedRefs was not in conditions list [[{Accepted True 1 2026-05-06 18:32:13 +0000 UTC Accepted Route is accepted.} {ResolvedRefs False 1 2026-05-06 18:32:13 +0000 UTC BackendNotFound failed to get Service gateway-conformance-infra/headless-manual-endpointslices: service "headless-manual-endpointslices" not found}]]
    helpers.go:970: 2026-05-06T18:32:14.32382408Z: ResolvedRefs condition set to Status False with Reason BackendNotFound, expected Status True
    helpers.go:970: 2026-05-06T18:32:14.32388409Z: ResolvedRefs was not in conditions list [[{Accepted True 1 2026-05-06 18:32:13 +0000 UTC Accepted Route is accepted.} {ResolvedRefs False 1 2026-05-06 18:32:13 +0000 UTC BackendNotFound failed to get Service gateway-conformance-infra/headless-manual-endpointslices: service "headless-manual-endpointslices" not found}]]
    helpers.go:970: 2026-05-06T18:32:14.423576715Z: ResolvedRefs condition set to Status False with Reason BackendNotFound, expected Status True
    helpers.go:970: 2026-05-06T18:32:14.42364204Z: ResolvedRefs was not in conditions list [[{Accepted True 1 2026-05-06 18:32:13 +0000 UTC Accepted Route is accepted.} {ResolvedRefs False 1 2026-05-06 18:32:13 +0000 UTC BackendNotFound failed to get Service gateway-conformance-infra/headless-manual-endpointslices: service "headless-manual-endpointslices" not found}]]
    helpers.go:970: 2026-05-06T18:32:14.524314456Z: ResolvedRefs condition set to Status False with Reason BackendNotFound, expected Status True
    helpers.go:970: 2026-05-06T18:32:14.524376318Z: ResolvedRefs was not in conditions list [[{Accepted True 1 2026-05-06 18:32:13 +0000 UTC Accepted Route is accepted.} {ResolvedRefs False 1 2026-05-06 18:32:13 +0000 UTC BackendNotFound failed to get Service gateway-conformance-infra/headless-manual-endpointslices: service "headless-manual-endpointslices" not found}]]
    helpers.go:970: 2026-05-06T18:32:14.62403258Z: ResolvedRefs condition set to Status False with Reason BackendNotFound, expected Status True
    helpers.go:970: 2026-05-06T18:32:14.624096772Z: ResolvedRefs was not in conditions list [[{Accepted True 1 2026-05-06 18:32:13 +0000 UTC Accepted Route is accepted.} {ResolvedRefs False 1 2026-05-06 18:32:13 +0000 UTC BackendNotFound failed to get Service gateway-conformance-infra/headless-manual-endpointslices: service "headless-manual-endpointslices" not found}]]
=== RUN   TestGatewayAPIConformance/HTTPRouteServiceTypes/0_request_to_'/manual-endpointslices'_should_go_to_infra-backend-v1
=== PAUSE TestGatewayAPIConformance/HTTPRouteServiceTypes/0_request_to_'/manual-endpointslices'_should_go_to_infra-backend-v1
=== RUN   TestGatewayAPIConformance/HTTPRouteServiceTypes/1_request_to_'/headless-manual-endpointslices'_should_go_to_infra-backend-v1
=== PAUSE TestGatewayAPIConformance/HTTPRouteServiceTypes/1_request_to_'/headless-manual-endpointslices'_should_go_to_infra-backend-v1
=== RUN   TestGatewayAPIConformance/HTTPRouteServiceTypes/2_request_to_'/headless'_should_go_to_infra-backend-v1
=== PAUSE TestGatewayAPIConformance/HTTPRouteServiceTypes/2_request_to_'/headless'_should_go_to_infra-backend-v1
=== CONT  TestGatewayAPIConformance/HTTPRouteServiceTypes/0_request_to_'/manual-endpointslices'_should_go_to_infra-backend-v1
=== CONT  TestGatewayAPIConformance/HTTPRouteServiceTypes/2_request_to_'/headless'_should_go_to_infra-backend-v1
=== CONT  TestGatewayAPIConformance/HTTPRouteServiceTypes/1_request_to_'/headless-manual-endpointslices'_should_go_to_infra-backend-v1
=== NAME  TestGatewayAPIConformance/HTTPRouteServiceTypes/0_request_to_'/manual-endpointslices'_should_go_to_infra-backend-v1
    httproute-service-types.go:102: 2026-05-06T18:32:14.756674Z: Making GET request to host  via http://192.168.8.200/manual-endpointslices
=== NAME  TestGatewayAPIConformance/HTTPRouteServiceTypes/1_request_to_'/headless-manual-endpointslices'_should_go_to_infra-backend-v1
    httproute-service-types.go:102: 2026-05-06T18:32:14.756741897Z: Making GET request to host  via http://192.168.8.200/headless-manual-endpointslices
=== NAME  TestGatewayAPIConformance/HTTPRouteServiceTypes/2_request_to_'/headless'_should_go_to_infra-backend-v1
    httproute-service-types.go:102: 2026-05-06T18:32:14.756711352Z: Making GET request to host  via http://192.168.8.200/headless
=== NAME  TestGatewayAPIConformance/HTTPRouteServiceTypes/1_request_to_'/headless-manual-endpointslices'_should_go_to_infra-backend-v1
    http.go:285: 2026-05-06T18:32:14.759289676Z: Response expectation failed for request: {URL: {Scheme:http Opaque: User: Host:192.168.8.200 Path:/headless-manual-endpointslices RawPath: OmitHost:false ForceQuery:false RawQuery: Fragment: RawFragment:}, Host: , Protocol: HTTP, Method: GET, Headers: map[X-Echo-Set-Header:[]], UnfollowRedirect: false, ServerName: , ServerCertificate: <truncated>, ClientCertificate: <truncated>, ClientCertificateKey: <truncated>}  not ready yet: expected status code to be one of [200], got 503. CRes: &{503 0 HTTP/1.1 map[Content-Length:[0] Date:[Wed, 06 May 2026 18:32:14 GMT] Server:[envoy]] <nil> []} (after 3.436µs)
=== NAME  TestGatewayAPIConformance/HTTPRouteServiceTypes/2_request_to_'/headless'_should_go_to_infra-backend-v1
    http.go:285: 2026-05-06T18:32:14.759372621Z: Response expectation failed for request: {URL: {Scheme:http Opaque: User: Host:192.168.8.200 Path:/headless RawPath: OmitHost:false ForceQuery:false RawQuery: Fragment: RawFragment:}, Host: , Protocol: HTTP, Method: GET, Headers: map[X-Echo-Set-Header:[]], UnfollowRedirect: false, ServerName: , ServerCertificate: <truncated>, ClientCertificate: <truncated>, ClientCertificateKey: <truncated>}  not ready yet: expected status code to be one of [200], got 503. CRes: &{503 0 HTTP/1.1 map[Content-Length:[0] Date:[Wed, 06 May 2026 18:32:14 GMT] Server:[envoy]] <nil> []} (after 4.762µs)
=== NAME  TestGatewayAPIConformance/HTTPRouteServiceTypes/0_request_to_'/manual-endpointslices'_should_go_to_infra-backend-v1
    http.go:285: 2026-05-06T18:32:14.760039698Z: Response expectation failed for request: {URL: {Scheme:http Opaque: User: Host:192.168.8.200 Path:/manual-endpointslices RawPath: OmitHost:false ForceQuery:false RawQuery: Fragment: RawFragment:}, Host: , Protocol: HTTP, Method: GET, Headers: map[X-Echo-Set-Header:[]], UnfollowRedirect: false, ServerName: , ServerCertificate: <truncated>, ClientCertificate: <truncated>, ClientCertificateKey: <truncated>}  not ready yet: expected status code to be one of [200], got 503. CRes: &{503 167 HTTP/1.1 map[Content-Length:[167] Content-Type:[text/plain] Date:[Wed, 06 May 2026 18:32:14 GMT] Server:[envoy]] <nil> []} (after 4.077µs)
=== NAME  TestGatewayAPIConformance/HTTPRouteServiceTypes/1_request_to_'/headless-manual-endpointslices'_should_go_to_infra-backend-v1
    http.go:285: 2026-05-06T18:32:15.762971147Z: Response expectation failed for request: {URL: {Scheme:http Opaque: User: Host:192.168.8.200 Path:/headless-manual-endpointslices RawPath: OmitHost:false ForceQuery:false RawQuery: Fragment: RawFragment:}, Host: , Protocol: HTTP, Method: GET, Headers: map[X-Echo-Set-Header:[]], UnfollowRedirect: false, ServerName: , ServerCertificate: <truncated>, ClientCertificate: <truncated>, ClientCertificateKey: <truncated>}  not ready yet: expected status code to be one of [200], got 503. CRes: &{503 167 HTTP/1.1 map[Content-Length:[167] Content-Type:[text/plain] Date:[Wed, 06 May 2026 18:32:15 GMT] Server:[envoy]] <nil> []} (after 1.003405648s)
=== NAME  TestGatewayAPIConformance/HTTPRouteServiceTypes/2_request_to_'/headless'_should_go_to_infra-backend-v1
    http.go:285: 2026-05-06T18:32:15.763021777Z: Response expectation failed for request: {URL: {Scheme:http Opaque: User: Host:192.168.8.200 Path:/headless RawPath: OmitHost:false ForceQuery:false RawQuery: Fragment: RawFragment:}, Host: , Protocol: HTTP, Method: GET, Headers: map[X-Echo-Set-Header:[]], UnfollowRedirect: false, ServerName: , ServerCertificate: <truncated>, ClientCertificate: <truncated>, ClientCertificateKey: <truncated>}  not ready yet: expected status code to be one of [200], got 503. CRes: &{503 167 HTTP/1.1 map[Content-Length:[167] Content-Type:[text/plain] Date:[Wed, 06 May 2026 18:32:15 GMT] Server:[envoy]] <nil> []} (after 1.003186195s)
=== NAME  TestGatewayAPIConformance/HTTPRouteServiceTypes/0_request_to_'/manual-endpointslices'_should_go_to_infra-backend-v1
    http.go:291: 2026-05-06T18:32:15.769409119Z: Request passed
=== NAME  TestGatewayAPIConformance/HTTPRouteServiceTypes/2_request_to_'/headless'_should_go_to_infra-backend-v1
    http.go:285: 2026-05-06T18:32:16.766159011Z: Response expectation failed for request: {URL: {Scheme:http Opaque: User: Host:192.168.8.200 Path:/headless RawPath: OmitHost:false ForceQuery:false RawQuery: Fragment: RawFragment:}, Host: , Protocol: HTTP, Method: GET, Headers: map[X-Echo-Set-Header:[]], UnfollowRedirect: false, ServerName: , ServerCertificate: <truncated>, ClientCertificate: <truncated>, ClientCertificateKey: <truncated>}  not ready yet: expected status code to be one of [200], got 503. CRes: &{503 167 HTTP/1.1 map[Content-Length:[167] Content-Type:[text/plain] Date:[Wed, 06 May 2026 18:32:16 GMT] Server:[envoy]] <nil> []} (after 2.006555751s)
=== NAME  TestGatewayAPIConformance/HTTPRouteServiceTypes/1_request_to_'/headless-manual-endpointslices'_should_go_to_infra-backend-v1
    http.go:285: 2026-05-06T18:32:16.766353515Z: Response expectation failed for request: {URL: {Scheme:http Opaque: User: Host:192.168.8.200 Path:/headless-manual-endpointslices RawPath: OmitHost:false ForceQuery:false RawQuery: Fragment: RawFragment:}, Host: , Protocol: HTTP, Method: GET, Headers: map[X-Echo-Set-Header:[]], UnfollowRedirect: false, ServerName: , ServerCertificate: <truncated>, ClientCertificate: <truncated>, ClientCertificateKey: <truncated>}  not ready yet: expected status code to be one of [200], got 503. CRes: &{503 167 HTTP/1.1 map[Content-Length:[167] Content-Type:[text/plain] Date:[Wed, 06 May 2026 18:32:16 GMT] Server:[envoy]] <nil> []} (after 2.006631755s)
=== NAME  TestGatewayAPIConformance/HTTPRouteServiceTypes/2_request_to_'/headless'_should_go_to_infra-backend-v1
    http.go:285: 2026-05-06T18:32:17.769209925Z: Response expectation failed for request: {URL: {Scheme:http Opaque: User: Host:192.168.8.200 Path:/headless RawPath: OmitHost:false ForceQuery:false RawQuery: Fragment: RawFragment:}, Host: , Protocol: HTTP, Method: GET, Headers: map[X-Echo-Set-Header:[]], UnfollowRedirect: false, ServerName: , ServerCertificate: <truncated>, ClientCertificate: <truncated>, ClientCertificateKey: <truncated>}  not ready yet: expected status code to be one of [200], got 503. CRes: &{503 167 HTTP/1.1 map[Content-Length:[167] Content-Type:[text/plain] Date:[Wed, 06 May 2026 18:32:17 GMT] Server:[envoy]] <nil> []} (after 3.009611944s)
=== NAME  TestGatewayAPIConformance/HTTPRouteServiceTypes/1_request_to_'/headless-manual-endpointslices'_should_go_to_infra-backend-v1
    http.go:285: 2026-05-06T18:32:17.7692107Z: Response expectation failed for request: {URL: {Scheme:http Opaque: User: Host:192.168.8.200 Path:/headless-manual-endpointslices RawPath: OmitHost:false ForceQuery:false RawQuery: Fragment: RawFragment:}, Host: , Protocol: HTTP, Method: GET, Headers: map[X-Echo-Set-Header:[]], UnfollowRedirect: false, ServerName: , ServerCertificate: <truncated>, ClientCertificate: <truncated>, ClientCertificateKey: <truncated>}  not ready yet: expected status code to be one of [200], got 503. CRes: &{503 167 HTTP/1.1 map[Content-Length:[167] Content-Type:[text/plain] Date:[Wed, 06 May 2026 18:32:17 GMT] Server:[envoy]] <nil> []} (after 3.009683936s)
=== NAME  TestGatewayAPIConformance/HTTPRouteServiceTypes/2_request_to_'/headless'_should_go_to_infra-backend-v1
    http.go:285: 2026-05-06T18:32:18.772352727Z: Response expectation failed for request: {URL: {Scheme:http Opaque: User: Host:192.168.8.200 Path:/headless RawPath: OmitHost:false ForceQuery:false RawQuery: Fragment: RawFragment:}, Host: , Protocol: HTTP, Method: GET, Headers: map[X-Echo-Set-Header:[]], UnfollowRedirect: false, ServerName: , ServerCertificate: <truncated>, ClientCertificate: <truncated>, ClientCertificateKey: <truncated>}  not ready yet: expected status code to be one of [200], got 503. CRes: &{503 167 HTTP/1.1 map[Content-Length:[167] Content-Type:[text/plain] Date:[Wed, 06 May 2026 18:32:18 GMT] Server:[envoy]] <nil> []} (after 4.012521856s)
=== NAME  TestGatewayAPIConformance/HTTPRouteServiceTypes/1_request_to_'/headless-manual-endpointslices'_should_go_to_infra-backend-v1
    http.go:285: 2026-05-06T18:32:18.772375647Z: Response expectation failed for request: {URL: {Scheme:http Opaque: User: Host:192.168.8.200 Path:/headless-manual-endpointslices RawPath: OmitHost:false ForceQuery:false RawQuery: Fragment: RawFragment:}, Host: , Protocol: HTTP, Method: GET, Headers: map[X-Echo-Set-Header:[]], UnfollowRedirect: false, ServerName: , ServerCertificate: <truncated>, ClientCertificate: <truncated>, ClientCertificateKey: <truncated>}  not ready yet: expected status code to be one of [200], got 503. CRes: &{503 167 HTTP/1.1 map[Content-Length:[167] Content-Type:[text/plain] Date:[Wed, 06 May 2026 18:32:18 GMT] Server:[envoy]] <nil> []} (after 4.012585312s)
    http.go:285: 2026-05-06T18:32:19.775407591Z: Response expectation failed for request: {URL: {Scheme:http Opaque: User: Host:192.168.8.200 Path:/headless-manual-endpointslices RawPath: OmitHost:false ForceQuery:false RawQuery: Fragment: RawFragment:}, Host: , Protocol: HTTP, Method: GET, Headers: map[X-Echo-Set-Header:[]], UnfollowRedirect: false, ServerName: , ServerCertificate: <truncated>, ClientCertificate: <truncated>, ClientCertificateKey: <truncated>}  not ready yet: expected status code to be one of [200], got 503. CRes: &{503 167 HTTP/1.1 map[Content-Length:[167] Content-Type:[text/plain] Date:[Wed, 06 May 2026 18:32:19 GMT] Server:[envoy]] <nil> []} (after 5.015729423s)
=== NAME  TestGatewayAPIConformance/HTTPRouteServiceTypes/2_request_to_'/headless'_should_go_to_infra-backend-v1
    http.go:285: 2026-05-06T18:32:19.775439596Z: Response expectation failed for request: {URL: {Scheme:http Opaque: User: Host:192.168.8.200 Path:/headless RawPath: OmitHost:false ForceQuery:false RawQuery: Fragment: RawFragment:}, Host: , Protocol: HTTP, Method: GET, Headers: map[X-Echo-Set-Header:[]], UnfollowRedirect: false, ServerName: , ServerCertificate: <truncated>, ClientCertificate: <truncated>, ClientCertificateKey: <truncated>}  not ready yet: expected status code to be one of [200], got 503. CRes: &{503 167 HTTP/1.1 map[Content-Length:[167] Content-Type:[text/plain] Date:[Wed, 06 May 2026 18:32:19 GMT] Server:[envoy]] <nil> []} (after 5.015634756s)
=== NAME  TestGatewayAPIConformance/HTTPRouteServiceTypes/1_request_to_'/headless-manual-endpointslices'_should_go_to_infra-backend-v1
    http.go:285: 2026-05-06T18:32:20.779213557Z: Response expectation failed for request: {URL: {Scheme:http Opaque: User: Host:192.168.8.200 Path:/headless-manual-endpointslices RawPath: OmitHost:false ForceQuery:false RawQuery: Fragment: RawFragment:}, Host: , Protocol: HTTP, Method: GET, Headers: map[X-Echo-Set-Header:[]], UnfollowRedirect: false, ServerName: , ServerCertificate: <truncated>, ClientCertificate: <truncated>, ClientCertificateKey: <truncated>}  not ready yet: expected status code to be one of [200], got 503. CRes: &{503 167 HTTP/1.1 map[Content-Length:[167] Content-Type:[text/plain] Date:[Wed, 06 May 2026 18:32:20 GMT] Server:[envoy]] <nil> []} (after 6.018893904s)
=== NAME  TestGatewayAPIConformance/HTTPRouteServiceTypes/2_request_to_'/headless'_should_go_to_infra-backend-v1
    http.go:285: 2026-05-06T18:32:20.77919198Z: Response expectation failed for request: {URL: {Scheme:http Opaque: User: Host:192.168.8.200 Path:/headless RawPath: OmitHost:false ForceQuery:false RawQuery: Fragment: RawFragment:}, Host: , Protocol: HTTP, Method: GET, Headers: map[X-Echo-Set-Header:[]], UnfollowRedirect: false, ServerName: , ServerCertificate: <truncated>, ClientCertificate: <truncated>, ClientCertificateKey: <truncated>}  not ready yet: expected status code to be one of [200], got 503. CRes: &{503 167 HTTP/1.1 map[Content-Length:[167] Content-Type:[text/plain] Date:[Wed, 06 May 2026 18:32:20 GMT] Server:[envoy]] <nil> []} (after 6.018748505s)
=== NAME  TestGatewayAPIConformance/HTTPRouteServiceTypes/1_request_to_'/headless-manual-endpointslices'_should_go_to_infra-backend-v1
    http.go:285: 2026-05-06T18:32:21.781940239Z: Response expectation failed for request: {URL: {Scheme:http Opaque: User: Host:192.168.8.200 Path:/headless-manual-endpointslices RawPath: OmitHost:false ForceQuery:false RawQuery: Fragment: RawFragment:}, Host: , Protocol: HTTP, Method: GET, Headers: map[X-Echo-Set-Header:[]], UnfollowRedirect: false, ServerName: , ServerCertificate: <truncated>, ClientCertificate: <truncated>, ClientCertificateKey: <truncated>}  not ready yet: expected status code to be one of [200], got 503. CRes: &{503 167 HTTP/1.1 map[Content-Length:[167] Content-Type:[text/plain] Date:[Wed, 06 May 2026 18:32:21 GMT] Server:[envoy]] <nil> []} (after 7.022649978s)
=== NAME  TestGatewayAPIConformance/HTTPRouteServiceTypes/2_request_to_'/headless'_should_go_to_infra-backend-v1
    http.go:285: 2026-05-06T18:32:21.781986526Z: Response expectation failed for request: {URL: {Scheme:http Opaque: User: Host:192.168.8.200 Path:/headless RawPath: OmitHost:false ForceQuery:false RawQuery: Fragment: RawFragment:}, Host: , Protocol: HTTP, Method: GET, Headers: map[X-Echo-Set-Header:[]], UnfollowRedirect: false, ServerName: , ServerCertificate: <truncated>, ClientCertificate: <truncated>, ClientCertificateKey: <truncated>}  not ready yet: expected status code to be one of [200], got 503. CRes: &{503 167 HTTP/1.1 map[Content-Length:[167] Content-Type:[text/plain] Date:[Wed, 06 May 2026 18:32:21 GMT] Server:[envoy]] <nil> []} (after 7.022454081s)
    http.go:285: 2026-05-06T18:32:22.785904738Z: Response expectation failed for request: {URL: {Scheme:http Opaque: User: Host:192.168.8.200 Path:/headless RawPath: OmitHost:false ForceQuery:false RawQuery: Fragment: RawFragment:}, Host: , Protocol: HTTP, Method: GET, Headers: map[X-Echo-Set-Header:[]], UnfollowRedirect: false, ServerName: , ServerCertificate: <truncated>, ClientCertificate: <truncated>, ClientCertificateKey: <truncated>}  not ready yet: expected status code to be one of [200], got 503. CRes: &{503 167 HTTP/1.1 map[Content-Length:[167] Content-Type:[text/plain] Date:[Wed, 06 May 2026 18:32:22 GMT] Server:[envoy]] <nil> []} (after 8.02615443s)
=== NAME  TestGatewayAPIConformance/HTTPRouteServiceTypes/1_request_to_'/headless-manual-endpointslices'_should_go_to_infra-backend-v1
    http.go:285: 2026-05-06T18:32:22.785941637Z: Response expectation failed for request: {URL: {Scheme:http Opaque: User: Host:192.168.8.200 Path:/headless-manual-endpointslices RawPath: OmitHost:false ForceQuery:false RawQuery: Fragment: RawFragment:}, Host: , Protocol: HTTP, Method: GET, Headers: map[X-Echo-Set-Header:[]], UnfollowRedirect: false, ServerName: , ServerCertificate: <truncated>, ClientCertificate: <truncated>, ClientCertificateKey: <truncated>}  not ready yet: expected status code to be one of [200], got 503. CRes: &{503 167 HTTP/1.1 map[Content-Length:[167] Content-Type:[text/plain] Date:[Wed, 06 May 2026 18:32:22 GMT] Server:[envoy]] <nil> []} (after 8.026329185s)
    http.go:285: 2026-05-06T18:32:23.788719334Z: Response expectation failed for request: {URL: {Scheme:http Opaque: User: Host:192.168.8.200 Path:/headless-manual-endpointslices RawPath: OmitHost:false ForceQuery:false RawQuery: Fragment: RawFragment:}, Host: , Protocol: HTTP, Method: GET, Headers: map[X-Echo-Set-Header:[]], UnfollowRedirect: false, ServerName: , ServerCertificate: <truncated>, ClientCertificate: <truncated>, ClientCertificateKey: <truncated>}  not ready yet: expected status code to be one of [200], got 503. CRes: &{503 167 HTTP/1.1 map[Content-Length:[167] Content-Type:[text/plain] Date:[Wed, 06 May 2026 18:32:23 GMT] Server:[envoy]] <nil> []} (after 9.029353155s)
=== NAME  TestGatewayAPIConformance/HTTPRouteServiceTypes/2_request_to_'/headless'_should_go_to_infra-backend-v1
    http.go:285: 2026-05-06T18:32:23.788753229Z: Response expectation failed for request: {URL: {Scheme:http Opaque: User: Host:192.168.8.200 Path:/headless RawPath: OmitHost:false ForceQuery:false RawQuery: Fragment: RawFragment:}, Host: , Protocol: HTTP, Method: GET, Headers: map[X-Echo-Set-Header:[]], UnfollowRedirect: false, ServerName: , ServerCertificate: <truncated>, ClientCertificate: <truncated>, ClientCertificateKey: <truncated>}  not ready yet: expected status code to be one of [200], got 503. CRes: &{503 167 HTTP/1.1 map[Content-Length:[167] Content-Type:[text/plain] Date:[Wed, 06 May 2026 18:32:23 GMT] Server:[envoy]] <nil> []} (after 9.029146236s)
=== NAME  TestGatewayAPIConformance/HTTPRouteServiceTypes/1_request_to_'/headless-manual-endpointslices'_should_go_to_infra-backend-v1
    http.go:285: 2026-05-06T18:32:24.79137708Z: Response expectation failed for request: {URL: {Scheme:http Opaque: User: Host:192.168.8.200 Path:/headless-manual-endpointslices RawPath: OmitHost:false ForceQuery:false RawQuery: Fragment: RawFragment:}, Host: , Protocol: HTTP, Method: GET, Headers: map[X-Echo-Set-Header:[]], UnfollowRedirect: false, ServerName: , ServerCertificate: <truncated>, ClientCertificate: <truncated>, ClientCertificateKey: <truncated>}  not ready yet: expected status code to be one of [200], got 503. CRes: &{503 167 HTTP/1.1 map[Content-Length:[167] Content-Type:[text/plain] Date:[Wed, 06 May 2026 18:32:24 GMT] Server:[envoy]] <nil> []} (after 10.032225582s)
=== NAME  TestGatewayAPIConformance/HTTPRouteServiceTypes/2_request_to_'/headless'_should_go_to_infra-backend-v1
    http.go:285: 2026-05-06T18:32:24.791434104Z: Response expectation failed for request: {URL: {Scheme:http Opaque: User: Host:192.168.8.200 Path:/headless RawPath: OmitHost:false ForceQuery:false RawQuery: Fragment: RawFragment:}, Host: , Protocol: HTTP, Method: GET, Headers: map[X-Echo-Set-Header:[]], UnfollowRedirect: false, ServerName: , ServerCertificate: <truncated>, ClientCertificate: <truncated>, ClientCertificateKey: <truncated>}  not ready yet: expected status code to be one of [200], got 503. CRes: &{503 167 HTTP/1.1 map[Content-Length:[167] Content-Type:[text/plain] Date:[Wed, 06 May 2026 18:32:24 GMT] Server:[envoy]] <nil> []} (after 10.032012996s)
    http.go:285: 2026-05-06T18:32:25.794767256Z: Response expectation failed for request: {URL: {Scheme:http Opaque: User: Host:192.168.8.200 Path:/headless RawPath: OmitHost:false ForceQuery:false RawQuery: Fragment: RawFragment:}, Host: , Protocol: HTTP, Method: GET, Headers: map[X-Echo-Set-Header:[]], UnfollowRedirect: false, ServerName: , ServerCertificate: <truncated>, ClientCertificate: <truncated>, ClientCertificateKey: <truncated>}  not ready yet: expected status code to be one of [200], got 503. CRes: &{503 167 HTTP/1.1 map[Content-Length:[167] Content-Type:[text/plain] Date:[Wed, 06 May 2026 18:32:25 GMT] Server:[envoy]] <nil> []} (after 11.035539999s)
=== NAME  TestGatewayAPIConformance/HTTPRouteServiceTypes/1_request_to_'/headless-manual-endpointslices'_should_go_to_infra-backend-v1
    http.go:285: 2026-05-06T18:32:25.794797788Z: Response expectation failed for request: {URL: {Scheme:http Opaque: User: Host:192.168.8.200 Path:/headless-manual-endpointslices RawPath: OmitHost:false ForceQuery:false RawQuery: Fragment: RawFragment:}, Host: , Protocol: HTTP, Method: GET, Headers: map[X-Echo-Set-Header:[]], UnfollowRedirect: false, ServerName: , ServerCertificate: <truncated>, ClientCertificate: <truncated>, ClientCertificateKey: <truncated>}  not ready yet: expected status code to be one of [200], got 503. CRes: &{503 167 HTTP/1.1 map[Content-Length:[167] Content-Type:[text/plain] Date:[Wed, 06 May 2026 18:32:25 GMT] Server:[envoy]] <nil> []} (after 11.035738497s)
=== NAME  TestGatewayAPIConformance/HTTPRouteServiceTypes/2_request_to_'/headless'_should_go_to_infra-backend-v1
    http.go:285: 2026-05-06T18:32:26.797461271Z: Response expectation failed for request: {URL: {Scheme:http Opaque: User: Host:192.168.8.200 Path:/headless RawPath: OmitHost:false ForceQuery:false RawQuery: Fragment: RawFragment:}, Host: , Protocol: HTTP, Method: GET, Headers: map[X-Echo-Set-Header:[]], UnfollowRedirect: false, ServerName: , ServerCertificate: <truncated>, ClientCertificate: <truncated>, ClientCertificateKey: <truncated>}  not ready yet: expected status code to be one of [200], got 503. CRes: &{503 167 HTTP/1.1 map[Content-Length:[167] Content-Type:[text/plain] Date:[Wed, 06 May 2026 18:32:26 GMT] Server:[envoy]] <nil> []} (after 12.038131483s)
=== NAME  TestGatewayAPIConformance/HTTPRouteServiceTypes/1_request_to_'/headless-manual-endpointslices'_should_go_to_infra-backend-v1
    http.go:285: 2026-05-06T18:32:26.797530449Z: Response expectation failed for request: {URL: {Scheme:http Opaque: User: Host:192.168.8.200 Path:/headless-manual-endpointslices RawPath: OmitHost:false ForceQuery:false RawQuery: Fragment: RawFragment:}, Host: , Protocol: HTTP, Method: GET, Headers: map[X-Echo-Set-Header:[]], UnfollowRedirect: false, ServerName: , ServerCertificate: <truncated>, ClientCertificate: <truncated>, ClientCertificateKey: <truncated>}  not ready yet: expected status code to be one of [200], got 503. CRes: &{503 167 HTTP/1.1 map[Content-Length:[167] Content-Type:[text/plain] Date:[Wed, 06 May 2026 18:32:26 GMT] Server:[envoy]] <nil> []} (after 12.038334327s)
=== NAME  TestGatewayAPIConformance/HTTPRouteServiceTypes/2_request_to_'/headless'_should_go_to_infra-backend-v1
    http.go:285: 2026-05-06T18:32:27.800835774Z: Response expectation failed for request: {URL: {Scheme:http Opaque: User: Host:192.168.8.200 Path:/headless RawPath: OmitHost:false ForceQuery:false RawQuery: Fragment: RawFragment:}, Host: , Protocol: HTTP, Method: GET, Headers: map[X-Echo-Set-Header:[]], UnfollowRedirect: false, ServerName: , ServerCertificate: <truncated>, ClientCertificate: <truncated>, ClientCertificateKey: <truncated>}  not ready yet: expected status code to be one of [200], got 503. CRes: &{503 167 HTTP/1.1 map[Content-Length:[167] Content-Type:[text/plain] Date:[Wed, 06 May 2026 18:32:27 GMT] Server:[envoy]] <nil> []} (after 13.040707175s)
=== NAME  TestGatewayAPIConformance/HTTPRouteServiceTypes/1_request_to_'/headless-manual-endpointslices'_should_go_to_infra-backend-v1
    http.go:285: 2026-05-06T18:32:27.801479627Z: Response expectation failed for request: {URL: {Scheme:http Opaque: User: Host:192.168.8.200 Path:/headless-manual-endpointslices RawPath: OmitHost:false ForceQuery:false RawQuery: Fragment: RawFragment:}, Host: , Protocol: HTTP, Method: GET, Headers: map[X-Echo-Set-Header:[]], UnfollowRedirect: false, ServerName: , ServerCertificate: <truncated>, ClientCertificate: <truncated>, ClientCertificateKey: <truncated>}  not ready yet: expected status code to be one of [200], got 503. CRes: &{503 167 HTTP/1.1 map[Content-Length:[167] Content-Type:[text/plain] Date:[Wed, 06 May 2026 18:32:27 GMT] Server:[envoy]] <nil> []} (after 13.040950376s)
    http.go:285: 2026-05-06T18:32:28.804717777Z: Response expectation failed for request: {URL: {Scheme:http Opaque: User: Host:192.168.8.200 Path:/headless-manual-endpointslices RawPath: OmitHost:false ForceQuery:false RawQuery: Fragment: RawFragment:}, Host: , Protocol: HTTP, Method: GET, Headers: map[X-Echo-Set-Header:[]], UnfollowRedirect: false, ServerName: , ServerCertificate: <truncated>, ClientCertificate: <truncated>, ClientCertificateKey: <truncated>}  not ready yet: expected status code to be one of [200], got 503. CRes: &{503 167 HTTP/1.1 map[Content-Length:[167] Content-Type:[text/plain] Date:[Wed, 06 May 2026 18:32:28 GMT] Server:[envoy]] <nil> []} (after 14.045077389s)
=== NAME  TestGatewayAPIConformance/HTTPRouteServiceTypes/2_request_to_'/headless'_should_go_to_infra-backend-v1
    http.go:285: 2026-05-06T18:32:28.804729807Z: Response expectation failed for request: {URL: {Scheme:http Opaque: User: Host:192.168.8.200 Path:/headless RawPath: OmitHost:false ForceQuery:false RawQuery: Fragment: RawFragment:}, Host: , Protocol: HTTP, Method: GET, Headers: map[X-Echo-Set-Header:[]], UnfollowRedirect: false, ServerName: , ServerCertificate: <truncated>, ClientCertificate: <truncated>, ClientCertificateKey: <truncated>}  not ready yet: expected status code to be one of [200], got 503. CRes: &{503 167 HTTP/1.1 map[Content-Length:[167] Content-Type:[text/plain] Date:[Wed, 06 May 2026 18:32:28 GMT] Server:[envoy]] <nil> []} (after 14.044995972s)
=== NAME  TestGatewayAPIConformance/HTTPRouteServiceTypes/1_request_to_'/headless-manual-endpointslices'_should_go_to_infra-backend-v1
    http.go:285: 2026-05-06T18:32:29.807845422Z: Response expectation failed for request: {URL: {Scheme:http Opaque: User: Host:192.168.8.200 Path:/headless-manual-endpointslices RawPath: OmitHost:false ForceQuery:false RawQuery: Fragment: RawFragment:}, Host: , Protocol: HTTP, Method: GET, Headers: map[X-Echo-Set-Header:[]], UnfollowRedirect: false, ServerName: , ServerCertificate: <truncated>, ClientCertificate: <truncated>, ClientCertificateKey: <truncated>}  not ready yet: expected status code to be one of [200], got 503. CRes: &{503 167 HTTP/1.1 map[Content-Length:[167] Content-Type:[text/plain] Date:[Wed, 06 May 2026 18:32:29 GMT] Server:[envoy]] <nil> []} (after 15.048409819s)
=== NAME  TestGatewayAPIConformance/HTTPRouteServiceTypes/2_request_to_'/headless'_should_go_to_infra-backend-v1
    http.go:285: 2026-05-06T18:32:29.80796104Z: Response expectation failed for request: {URL: {Scheme:http Opaque: User: Host:192.168.8.200 Path:/headless RawPath: OmitHost:false ForceQuery:false RawQuery: Fragment: RawFragment:}, Host: , Protocol: HTTP, Method: GET, Headers: map[X-Echo-Set-Header:[]], UnfollowRedirect: false, ServerName: , ServerCertificate: <truncated>, ClientCertificate: <truncated>, ClientCertificateKey: <truncated>}  not ready yet: expected status code to be one of [200], got 503. CRes: &{503 167 HTTP/1.1 map[Content-Length:[167] Content-Type:[text/plain] Date:[Wed, 06 May 2026 18:32:29 GMT] Server:[envoy]] <nil> []} (after 15.048310834s)
=== NAME  TestGatewayAPIConformance/HTTPRouteServiceTypes/1_request_to_'/headless-manual-endpointslices'_should_go_to_infra-backend-v1
    http.go:285: 2026-05-06T18:32:30.810676046Z: Response expectation failed for request: {URL: {Scheme:http Opaque: User: Host:192.168.8.200 Path:/headless-manual-endpointslices RawPath: OmitHost:false ForceQuery:false RawQuery: Fragment: RawFragment:}, Host: , Protocol: HTTP, Method: GET, Headers: map[X-Echo-Set-Header:[]], UnfollowRedirect: false, ServerName: , ServerCertificate: <truncated>, ClientCertificate: <truncated>, ClientCertificateKey: <truncated>}  not ready yet: expected status code to be one of [200], got 503. CRes: &{503 167 HTTP/1.1 map[Content-Length:[167] Content-Type:[text/plain] Date:[Wed, 06 May 2026 18:32:30 GMT] Server:[envoy]] <nil> []} (after 16.051506514s)
=== NAME  TestGatewayAPIConformance/HTTPRouteServiceTypes/2_request_to_'/headless'_should_go_to_infra-backend-v1
    http.go:285: 2026-05-06T18:32:30.810645097Z: Response expectation failed for request: {URL: {Scheme:http Opaque: User: Host:192.168.8.200 Path:/headless RawPath: OmitHost:false ForceQuery:false RawQuery: Fragment: RawFragment:}, Host: , Protocol: HTTP, Method: GET, Headers: map[X-Echo-Set-Header:[]], UnfollowRedirect: false, ServerName: , ServerCertificate: <truncated>, ClientCertificate: <truncated>, ClientCertificateKey: <truncated>}  not ready yet: expected status code to be one of [200], got 503. CRes: &{503 167 HTTP/1.1 map[Content-Length:[167] Content-Type:[text/plain] Date:[Wed, 06 May 2026 18:32:30 GMT] Server:[envoy]] <nil> []} (after 16.05143053s)
=== NAME  TestGatewayAPIConformance/HTTPRouteServiceTypes/1_request_to_'/headless-manual-endpointslices'_should_go_to_infra-backend-v1
    http.go:285: 2026-05-06T18:32:31.814178068Z: Response expectation failed for request: {URL: {Scheme:http Opaque: User: Host:192.168.8.200 Path:/headless-manual-endpointslices RawPath: OmitHost:false ForceQuery:false RawQuery: Fragment: RawFragment:}, Host: , Protocol: HTTP, Method: GET, Headers: map[X-Echo-Set-Header:[]], UnfollowRedirect: false, ServerName: , ServerCertificate: <truncated>, ClientCertificate: <truncated>, ClientCertificateKey: <truncated>}  not ready yet: expected status code to be one of [200], got 503. CRes: &{503 167 HTTP/1.1 map[Content-Length:[167] Content-Type:[text/plain] Date:[Wed, 06 May 2026 18:32:31 GMT] Server:[envoy]] <nil> []} (after 17.054059212s)
=== NAME  TestGatewayAPIConformance/HTTPRouteServiceTypes/2_request_to_'/headless'_should_go_to_infra-backend-v1
    http.go:285: 2026-05-06T18:32:31.814152974Z: Response expectation failed for request: {URL: {Scheme:http Opaque: User: Host:192.168.8.200 Path:/headless RawPath: OmitHost:false ForceQuery:false RawQuery: Fragment: RawFragment:}, Host: , Protocol: HTTP, Method: GET, Headers: map[X-Echo-Set-Header:[]], UnfollowRedirect: false, ServerName: , ServerCertificate: <truncated>, ClientCertificate: <truncated>, ClientCertificateKey: <truncated>}  not ready yet: expected status code to be one of [200], got 503. CRes: &{503 167 HTTP/1.1 map[Content-Length:[167] Content-Type:[text/plain] Date:[Wed, 06 May 2026 18:32:31 GMT] Server:[envoy]] <nil> []} (after 17.053911332s)
    http.go:285: 2026-05-06T18:32:32.817083226Z: Response expectation failed for request: {URL: {Scheme:http Opaque: User: Host:192.168.8.200 Path:/headless RawPath: OmitHost:false ForceQuery:false RawQuery: Fragment: RawFragment:}, Host: , Protocol: HTTP, Method: GET, Headers: map[X-Echo-Set-Header:[]], UnfollowRedirect: false, ServerName: , ServerCertificate: <truncated>, ClientCertificate: <truncated>, ClientCertificateKey: <truncated>}  not ready yet: expected status code to be one of [200], got 503. CRes: &{503 167 HTTP/1.1 map[Content-Length:[167] Content-Type:[text/plain] Date:[Wed, 06 May 2026 18:32:32 GMT] Server:[envoy]] <nil> []} (after 18.057532419s)
=== NAME  TestGatewayAPIConformance/HTTPRouteServiceTypes/1_request_to_'/headless-manual-endpointslices'_should_go_to_infra-backend-v1
    http.go:285: 2026-05-06T18:32:32.817372016Z: Response expectation failed for request: {URL: {Scheme:http Opaque: User: Host:192.168.8.200 Path:/headless-manual-endpointslices RawPath: OmitHost:false ForceQuery:false RawQuery: Fragment: RawFragment:}, Host: , Protocol: HTTP, Method: GET, Headers: map[X-Echo-Set-Header:[]], UnfollowRedirect: false, ServerName: , ServerCertificate: <truncated>, ClientCertificate: <truncated>, ClientCertificateKey: <truncated>}  not ready yet: expected status code to be one of [200], got 503. CRes: &{503 167 HTTP/1.1 map[Content-Length:[167] Content-Type:[text/plain] Date:[Wed, 06 May 2026 18:32:32 GMT] Server:[envoy]] <nil> []} (after 18.057740713s)
=== NAME  TestGatewayAPIConformance/HTTPRouteServiceTypes/2_request_to_'/headless'_should_go_to_infra-backend-v1
    http.go:285: 2026-05-06T18:32:33.820386076Z: Response expectation failed for request: {URL: {Scheme:http Opaque: User: Host:192.168.8.200 Path:/headless RawPath: OmitHost:false ForceQuery:false RawQuery: Fragment: RawFragment:}, Host: , Protocol: HTTP, Method: GET, Headers: map[X-Echo-Set-Header:[]], UnfollowRedirect: false, ServerName: , ServerCertificate: <truncated>, ClientCertificate: <truncated>, ClientCertificateKey: <truncated>}  not ready yet: expected status code to be one of [200], got 503. CRes: &{503 167 HTTP/1.1 map[Content-Length:[167] Content-Type:[text/plain] Date:[Wed, 06 May 2026 18:32:33 GMT] Server:[envoy]] <nil> []} (after 19.060729216s)
=== NAME  TestGatewayAPIConformance/HTTPRouteServiceTypes/1_request_to_'/headless-manual-endpointslices'_should_go_to_infra-backend-v1
    http.go:285: 2026-05-06T18:32:33.820445509Z: Response expectation failed for request: {URL: {Scheme:http Opaque: User: Host:192.168.8.200 Path:/headless-manual-endpointslices RawPath: OmitHost:false ForceQuery:false RawQuery: Fragment: RawFragment:}, Host: , Protocol: HTTP, Method: GET, Headers: map[X-Echo-Set-Header:[]], UnfollowRedirect: false, ServerName: , ServerCertificate: <truncated>, ClientCertificate: <truncated>, ClientCertificateKey: <truncated>}  not ready yet: expected status code to be one of [200], got 503. CRes: &{503 167 HTTP/1.1 map[Content-Length:[167] Content-Type:[text/plain] Date:[Wed, 06 May 2026 18:32:33 GMT] Server:[envoy]] <nil> []} (after 19.060860456s)
=== NAME  TestGatewayAPIConformance/HTTPRouteServiceTypes/2_request_to_'/headless'_should_go_to_infra-backend-v1
    http.go:285: 2026-05-06T18:32:34.82344821Z: Response expectation failed for request: {URL: {Scheme:http Opaque: User: Host:192.168.8.200 Path:/headless RawPath: OmitHost:false ForceQuery:false RawQuery: Fragment: RawFragment:}, Host: , Protocol: HTTP, Method: GET, Headers: map[X-Echo-Set-Header:[]], UnfollowRedirect: false, ServerName: , ServerCertificate: <truncated>, ClientCertificate: <truncated>, ClientCertificateKey: <truncated>}  not ready yet: expected status code to be one of [200], got 503. CRes: &{503 167 HTTP/1.1 map[Content-Length:[167] Content-Type:[text/plain] Date:[Wed, 06 May 2026 18:32:34 GMT] Server:[envoy]] <nil> []} (after 20.063700714s)
=== NAME  TestGatewayAPIConformance/HTTPRouteServiceTypes/1_request_to_'/headless-manual-endpointslices'_should_go_to_infra-backend-v1
    http.go:285: 2026-05-06T18:32:34.823560855Z: Response expectation failed for request: {URL: {Scheme:http Opaque: User: Host:192.168.8.200 Path:/headless-manual-endpointslices RawPath: OmitHost:false ForceQuery:false RawQuery: Fragment: RawFragment:}, Host: , Protocol: HTTP, Method: GET, Headers: map[X-Echo-Set-Header:[]], UnfollowRedirect: false, ServerName: , ServerCertificate: <truncated>, ClientCertificate: <truncated>, ClientCertificateKey: <truncated>}  not ready yet: expected status code to be one of [200], got 503. CRes: &{503 167 HTTP/1.1 map[Content-Length:[167] Content-Type:[text/plain] Date:[Wed, 06 May 2026 18:32:34 GMT] Server:[envoy]] <nil> []} (after 20.063766587s)
=== NAME  TestGatewayAPIConformance/HTTPRouteServiceTypes/2_request_to_'/headless'_should_go_to_infra-backend-v1
    http.go:285: 2026-05-06T18:32:35.826067675Z: Response expectation failed for request: {URL: {Scheme:http Opaque: User: Host:192.168.8.200 Path:/headless RawPath: OmitHost:false ForceQuery:false RawQuery: Fragment: RawFragment:}, Host: , Protocol: HTTP, Method: GET, Headers: map[X-Echo-Set-Header:[]], UnfollowRedirect: false, ServerName: , ServerCertificate: <truncated>, ClientCertificate: <truncated>, ClientCertificateKey: <truncated>}  not ready yet: expected status code to be one of [200], got 503. CRes: &{503 167 HTTP/1.1 map[Content-Length:[167] Content-Type:[text/plain] Date:[Wed, 06 May 2026 18:32:35 GMT] Server:[envoy]] <nil> []} (after 21.066634528s)
=== NAME  TestGatewayAPIConformance/HTTPRouteServiceTypes/1_request_to_'/headless-manual-endpointslices'_should_go_to_infra-backend-v1
    http.go:285: 2026-05-06T18:32:35.826116718Z: Response expectation failed for request: {URL: {Scheme:http Opaque: User: Host:192.168.8.200 Path:/headless-manual-endpointslices RawPath: OmitHost:false ForceQuery:false RawQuery: Fragment: RawFragment:}, Host: , Protocol: HTTP, Method: GET, Headers: map[X-Echo-Set-Header:[]], UnfollowRedirect: false, ServerName: , ServerCertificate: <truncated>, ClientCertificate: <truncated>, ClientCertificateKey: <truncated>}  not ready yet: expected status code to be one of [200], got 503. CRes: &{503 167 HTTP/1.1 map[Content-Length:[167] Content-Type:[text/plain] Date:[Wed, 06 May 2026 18:32:35 GMT] Server:[envoy]] <nil> []} (after 21.066806575s)
    http.go:285: 2026-05-06T18:32:36.828913872Z: Response expectation failed for request: {URL: {Scheme:http Opaque: User: Host:192.168.8.200 Path:/headless-manual-endpointslices RawPath: OmitHost:false ForceQuery:false RawQuery: Fragment: RawFragment:}, Host: , Protocol: HTTP, Method: GET, Headers: map[X-Echo-Set-Header:[]], UnfollowRedirect: false, ServerName: , ServerCertificate: <truncated>, ClientCertificate: <truncated>, ClientCertificateKey: <truncated>}  not ready yet: expected status code to be one of [200], got 503. CRes: &{503 167 HTTP/1.1 map[Content-Length:[167] Content-Type:[text/plain] Date:[Wed, 06 May 2026 18:32:36 GMT] Server:[envoy]] <nil> []} (after 22.069536194s)
=== NAME  TestGatewayAPIConformance/HTTPRouteServiceTypes/2_request_to_'/headless'_should_go_to_infra-backend-v1
    http.go:285: 2026-05-06T18:32:36.829077916Z: Response expectation failed for request: {URL: {Scheme:http Opaque: User: Host:192.168.8.200 Path:/headless RawPath: OmitHost:false ForceQuery:false RawQuery: Fragment: RawFragment:}, Host: , Protocol: HTTP, Method: GET, Headers: map[X-Echo-Set-Header:[]], UnfollowRedirect: false, ServerName: , ServerCertificate: <truncated>, ClientCertificate: <truncated>, ClientCertificateKey: <truncated>}  not ready yet: expected status code to be one of [200], got 503. CRes: &{503 167 HTTP/1.1 map[Content-Length:[167] Content-Type:[text/plain] Date:[Wed, 06 May 2026 18:32:36 GMT] Server:[envoy]] <nil> []} (after 22.069451925s)
    http.go:285: 2026-05-06T18:32:37.831949052Z: Response expectation failed for request: {URL: {Scheme:http Opaque: User: Host:192.168.8.200 Path:/headless RawPath: OmitHost:false ForceQuery:false RawQuery: Fragment: RawFragment:}, Host: , Protocol: HTTP, Method: GET, Headers: map[X-Echo-Set-Header:[]], UnfollowRedirect: false, ServerName: , ServerCertificate: <truncated>, ClientCertificate: <truncated>, ClientCertificateKey: <truncated>}  not ready yet: expected status code to be one of [200], got 503. CRes: &{503 167 HTTP/1.1 map[Content-Length:[167] Content-Type:[text/plain] Date:[Wed, 06 May 2026 18:32:37 GMT] Server:[envoy]] <nil> []} (after 23.072249055s)
=== NAME  TestGatewayAPIConformance/HTTPRouteServiceTypes/1_request_to_'/headless-manual-endpointslices'_should_go_to_infra-backend-v1
    http.go:285: 2026-05-06T18:32:37.83225171Z: Response expectation failed for request: {URL: {Scheme:http Opaque: User: Host:192.168.8.200 Path:/headless-manual-endpointslices RawPath: OmitHost:false ForceQuery:false RawQuery: Fragment: RawFragment:}, Host: , Protocol: HTTP, Method: GET, Headers: map[X-Echo-Set-Header:[]], UnfollowRedirect: false, ServerName: , ServerCertificate: <truncated>, ClientCertificate: <truncated>, ClientCertificateKey: <truncated>}  not ready yet: expected status code to be one of [200], got 503. CRes: &{503 167 HTTP/1.1 map[Content-Length:[167] Content-Type:[text/plain] Date:[Wed, 06 May 2026 18:32:37 GMT] Server:[envoy]] <nil> []} (after 23.072278718s)
=== NAME  TestGatewayAPIConformance/HTTPRouteServiceTypes/2_request_to_'/headless'_should_go_to_infra-backend-v1
    http.go:285: 2026-05-06T18:32:38.834882662Z: Response expectation failed for request: {URL: {Scheme:http Opaque: User: Host:192.168.8.200 Path:/headless RawPath: OmitHost:false ForceQuery:false RawQuery: Fragment: RawFragment:}, Host: , Protocol: HTTP, Method: GET, Headers: map[X-Echo-Set-Header:[]], UnfollowRedirect: false, ServerName: , ServerCertificate: <truncated>, ClientCertificate: <truncated>, ClientCertificateKey: <truncated>}  not ready yet: expected status code to be one of [200], got 503. CRes: &{503 167 HTTP/1.1 map[Content-Length:[167] Content-Type:[text/plain] Date:[Wed, 06 May 2026 18:32:38 GMT] Server:[envoy]] <nil> []} (after 24.075217302s)
=== NAME  TestGatewayAPIConformance/HTTPRouteServiceTypes/1_request_to_'/headless-manual-endpointslices'_should_go_to_infra-backend-v1
    http.go:285: 2026-05-06T18:32:38.834947644Z: Response expectation failed for request: {URL: {Scheme:http Opaque: User: Host:192.168.8.200 Path:/headless-manual-endpointslices RawPath: OmitHost:false ForceQuery:false RawQuery: Fragment: RawFragment:}, Host: , Protocol: HTTP, Method: GET, Headers: map[X-Echo-Set-Header:[]], UnfollowRedirect: false, ServerName: , ServerCertificate: <truncated>, ClientCertificate: <truncated>, ClientCertificateKey: <truncated>}  not ready yet: expected status code to be one of [200], got 503. CRes: &{503 167 HTTP/1.1 map[Content-Length:[167] Content-Type:[text/plain] Date:[Wed, 06 May 2026 18:32:38 GMT] Server:[envoy]] <nil> []} (after 24.075580726s)
=== NAME  TestGatewayAPIConformance/HTTPRouteServiceTypes/2_request_to_'/headless'_should_go_to_infra-backend-v1
    http.go:285: 2026-05-06T18:32:39.838186252Z: Response expectation failed for request: {URL: {Scheme:http Opaque: User: Host:192.168.8.200 Path:/headless RawPath: OmitHost:false ForceQuery:false RawQuery: Fragment: RawFragment:}, Host: , Protocol: HTTP, Method: GET, Headers: map[X-Echo-Set-Header:[]], UnfollowRedirect: false, ServerName: , ServerCertificate: <truncated>, ClientCertificate: <truncated>, ClientCertificateKey: <truncated>}  not ready yet: expected status code to be one of [200], got 503. CRes: &{503 167 HTTP/1.1 map[Content-Length:[167] Content-Type:[text/plain] Date:[Wed, 06 May 2026 18:32:39 GMT] Server:[envoy]] <nil> []} (after 25.078841972s)
=== NAME  TestGatewayAPIConformance/HTTPRouteServiceTypes/1_request_to_'/headless-manual-endpointslices'_should_go_to_infra-backend-v1
    http.go:285: 2026-05-06T18:32:39.838223933Z: Response expectation failed for request: {URL: {Scheme:http Opaque: User: Host:192.168.8.200 Path:/headless-manual-endpointslices RawPath: OmitHost:false ForceQuery:false RawQuery: Fragment: RawFragment:}, Host: , Protocol: HTTP, Method: GET, Headers: map[X-Echo-Set-Header:[]], UnfollowRedirect: false, ServerName: , ServerCertificate: <truncated>, ClientCertificate: <truncated>, ClientCertificateKey: <truncated>}  not ready yet: expected status code to be one of [200], got 503. CRes: &{503 167 HTTP/1.1 map[Content-Length:[167] Content-Type:[text/plain] Date:[Wed, 06 May 2026 18:32:39 GMT] Server:[envoy]] <nil> []} (after 25.07890732s)
    http.go:285: 2026-05-06T18:32:40.841871092Z: Response expectation failed for request: {URL: {Scheme:http Opaque: User: Host:192.168.8.200 Path:/headless-manual-endpointslices RawPath: OmitHost:false ForceQuery:false RawQuery: Fragment: RawFragment:}, Host: , Protocol: HTTP, Method: GET, Headers: map[X-Echo-Set-Header:[]], UnfollowRedirect: false, ServerName: , ServerCertificate: <truncated>, ClientCertificate: <truncated>, ClientCertificateKey: <truncated>}  not ready yet: expected status code to be one of [200], got 503. CRes: &{503 167 HTTP/1.1 map[Content-Length:[167] Content-Type:[text/plain] Date:[Wed, 06 May 2026 18:32:40 GMT] Server:[envoy]] <nil> []} (after 26.082423591s)
=== NAME  TestGatewayAPIConformance/HTTPRouteServiceTypes/2_request_to_'/headless'_should_go_to_infra-backend-v1
    http.go:285: 2026-05-06T18:32:40.842232427Z: Response expectation failed for request: {URL: {Scheme:http Opaque: User: Host:192.168.8.200 Path:/headless RawPath: OmitHost:false ForceQuery:false RawQuery: Fragment: RawFragment:}, Host: , Protocol: HTTP, Method: GET, Headers: map[X-Echo-Set-Header:[]], UnfollowRedirect: false, ServerName: , ServerCertificate: <truncated>, ClientCertificate: <truncated>, ClientCertificateKey: <truncated>}  not ready yet: expected status code to be one of [200], got 503. CRes: &{503 167 HTTP/1.1 map[Content-Length:[167] Content-Type:[text/plain] Date:[Wed, 06 May 2026 18:32:40 GMT] Server:[envoy]] <nil> []} (after 26.082348635s)
    http.go:285: 2026-05-06T18:32:41.844933311Z: Response expectation failed for request: {URL: {Scheme:http Opaque: User: Host:192.168.8.200 Path:/headless RawPath: OmitHost:false ForceQuery:false RawQuery: Fragment: RawFragment:}, Host: , Protocol: HTTP, Method: GET, Headers: map[X-Echo-Set-Header:[]], UnfollowRedirect: false, ServerName: , ServerCertificate: <truncated>, ClientCertificate: <truncated>, ClientCertificateKey: <truncated>}  not ready yet: expected status code to be one of [200], got 503. CRes: &{503 167 HTTP/1.1 map[Content-Length:[167] Content-Type:[text/plain] Date:[Wed, 06 May 2026 18:32:41 GMT] Server:[envoy]] <nil> []} (after 27.085440121s)
=== NAME  TestGatewayAPIConformance/HTTPRouteServiceTypes/1_request_to_'/headless-manual-endpointslices'_should_go_to_infra-backend-v1
    http.go:285: 2026-05-06T18:32:41.845192013Z: Response expectation failed for request: {URL: {Scheme:http Opaque: User: Host:192.168.8.200 Path:/headless-manual-endpointslices RawPath: OmitHost:false ForceQuery:false RawQuery: Fragment: RawFragment:}, Host: , Protocol: HTTP, Method: GET, Headers: map[X-Echo-Set-Header:[]], UnfollowRedirect: false, ServerName: , ServerCertificate: <truncated>, ClientCertificate: <truncated>, ClientCertificateKey: <truncated>}  not ready yet: expected status code to be one of [200], got 503. CRes: &{503 167 HTTP/1.1 map[Content-Length:[167] Content-Type:[text/plain] Date:[Wed, 06 May 2026 18:32:41 GMT] Server:[envoy]] <nil> []} (after 27.085440321s)
=== NAME  TestGatewayAPIConformance/HTTPRouteServiceTypes/2_request_to_'/headless'_should_go_to_infra-backend-v1
    http.go:285: 2026-05-06T18:32:42.849161299Z: Response expectation failed for request: {URL: {Scheme:http Opaque: User: Host:192.168.8.200 Path:/headless RawPath: OmitHost:false ForceQuery:false RawQuery: Fragment: RawFragment:}, Host: , Protocol: HTTP, Method: GET, Headers: map[X-Echo-Set-Header:[]], UnfollowRedirect: false, ServerName: , ServerCertificate: <truncated>, ClientCertificate: <truncated>, ClientCertificateKey: <truncated>}  not ready yet: expected status code to be one of [200], got 503. CRes: &{503 167 HTTP/1.1 map[Content-Length:[167] Content-Type:[text/plain] Date:[Wed, 06 May 2026 18:32:42 GMT] Server:[envoy]] <nil> []} (after 28.089132271s)
=== NAME  TestGatewayAPIConformance/HTTPRouteServiceTypes/1_request_to_'/headless-manual-endpointslices'_should_go_to_infra-backend-v1
    http.go:285: 2026-05-06T18:32:42.84919574Z: Response expectation failed for request: {URL: {Scheme:http Opaque: User: Host:192.168.8.200 Path:/headless-manual-endpointslices RawPath: OmitHost:false ForceQuery:false RawQuery: Fragment: RawFragment:}, Host: , Protocol: HTTP, Method: GET, Headers: map[X-Echo-Set-Header:[]], UnfollowRedirect: false, ServerName: , ServerCertificate: <truncated>, ClientCertificate: <truncated>, ClientCertificateKey: <truncated>}  not ready yet: expected status code to be one of [200], got 503. CRes: &{503 167 HTTP/1.1 map[Content-Length:[167] Content-Type:[text/plain] Date:[Wed, 06 May 2026 18:32:42 GMT] Server:[envoy]] <nil> []} (after 28.089145103s)
    http.go:285: 2026-05-06T18:32:43.852662575Z: Response expectation failed for request: {URL: {Scheme:http Opaque: User: Host:192.168.8.200 Path:/headless-manual-endpointslices RawPath: OmitHost:false ForceQuery:false RawQuery: Fragment: RawFragment:}, Host: , Protocol: HTTP, Method: GET, Headers: map[X-Echo-Set-Header:[]], UnfollowRedirect: false, ServerName: , ServerCertificate: <truncated>, ClientCertificate: <truncated>, ClientCertificateKey: <truncated>}  not ready yet: expected status code to be one of [200], got 503. CRes: &{503 167 HTTP/1.1 map[Content-Length:[167] Content-Type:[text/plain] Date:[Wed, 06 May 2026 18:32:43 GMT] Server:[envoy]] <nil> []} (after 29.093483614s)
=== NAME  TestGatewayAPIConformance/HTTPRouteServiceTypes/2_request_to_'/headless'_should_go_to_infra-backend-v1
    http.go:285: 2026-05-06T18:32:43.852830023Z: Response expectation failed for request: {URL: {Scheme:http Opaque: User: Host:192.168.8.200 Path:/headless RawPath: OmitHost:false ForceQuery:false RawQuery: Fragment: RawFragment:}, Host: , Protocol: HTTP, Method: GET, Headers: map[X-Echo-Set-Header:[]], UnfollowRedirect: false, ServerName: , ServerCertificate: <truncated>, ClientCertificate: <truncated>, ClientCertificateKey: <truncated>}  not ready yet: expected status code to be one of [200], got 503. CRes: &{503 167 HTTP/1.1 map[Content-Length:[167] Content-Type:[text/plain] Date:[Wed, 06 May 2026 18:32:43 GMT] Server:[envoy]] <nil> []} (after 29.093420346s)
=== NAME  TestGatewayAPIConformance/HTTPRouteServiceTypes/1_request_to_'/headless-manual-endpointslices'_should_go_to_infra-backend-v1
    http.go:266: 2026-05-06T18:32:44.756954443Z: timeout while waiting after 30 attempts, 0/3 successes
=== NAME  TestGatewayAPIConformance/HTTPRouteServiceTypes/2_request_to_'/headless'_should_go_to_infra-backend-v1
    http.go:266: 2026-05-06T18:32:44.756995461Z: timeout while waiting after 30 attempts, 0/3 successes
=== NAME  TestGatewayAPIConformance/HTTPRouteServiceTypes
    apply.go:283: 2026-05-06T18:32:44.757128621Z: Deleting headless-manual-endpointslices-ip6 EndpointSlice
    apply.go:283: 2026-05-06T18:32:44.763976858Z: Deleting headless-manual-endpointslices-ip4 EndpointSlice
    apply.go:283: 2026-05-06T18:32:44.774094072Z: Deleting headless-manual-endpointslices Service
    apply.go:283: 2026-05-06T18:32:44.786910715Z: Deleting headless Service
    apply.go:283: 2026-05-06T18:32:44.797083435Z: Deleting manual-endpointslices-ip6 EndpointSlice
    apply.go:283: 2026-05-06T18:32:44.802850592Z: Deleting manual-endpointslices-ip4 EndpointSlice
    apply.go:283: 2026-05-06T18:32:44.809543362Z: Deleting manual-endpointslices Service
    apply.go:283: 2026-05-06T18:32:44.8241519Z: Deleting service-types HTTPRoute
--- FAIL: TestGatewayAPIConformance (135.01s)

Metadata

Metadata

Labels

kind/featureCategorizes issue or PR as related to a new feature.

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions