Open sheidkamp opened 4 days ago
https://github.com/solo-io/gloo/pull/10363 should have fixed this (though it wasn't broken in OSS)
Passed locally:
--- PASS: TestGlooGatewayEdgeGateway (171.25s)
--- PASS: TestGlooGatewayEdgeGateway/Tracing (73.02s)
--- PASS: TestGlooGatewayEdgeGateway/Tracing/TestSpanNameTransformationsWithoutRouteDecorator (18.46s)
PASS
Seeing
=== NAME TestGlooGatewayEdgeGateway/Tracing/TestSpanNameTransformationsWithoutRouteDecorator
testing.go:1577: test executed panic(nil) or runtime.Goexit: subtest may have called FailNow on a parent test
in the logs, so no longer the namespace issue and likely related to https://github.com/solo-io/gloo/issues/10364
But saw it with no timeout happening: https://github.com/solo-io/gloo/actions/runs/11927066435/job/33241873159 main nightlies.
Error from server: error when creating "/home/runner/work/gloo/gloo/test/kubernetes/e2e/features/validation/testdata/transformation/vs-transform-header-text.yaml": admission webhook "gloo.full-envoy-validation-test.svc" denied the request: resource incompatible with current Gloo snapshot: [Validating *v1.VirtualService failed: 1 error occurred:
* Validating *v1.VirtualService failed: validating *v1.VirtualService name:"example-vs" namespace:"full-envoy-validation-test": 1 error occurred:
* failed gloo validation resource reports: 2 errors occurred:
* invalid resource full-envoy-validation-test.gateway-proxy
* envoy validation mode output: error initializing configuration '': Failed to parse response template: Failed to parse
It looks like the fix for this should have been picked up
Which tests failed?
TestGlooGatewayEdgeGateway/Tracing/TestSpanNameTransformationsWithoutRouteDecorator
E2e nightlies: https://github.com/solo-io/gloo/actions/runs/11886116108/job/33116812397
Initial Investigation
No response
Additional Information
No response