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

FAIL: TestValidationStrict/*/TestVirtualServiceWithSecretDeletion #10637

Open
sheidkamp opened this issue Feb 19, 2025 · 2 comments
Open

FAIL: TestValidationStrict/*/TestVirtualServiceWithSecretDeletion #10637

sheidkamp opened this issue Feb 19, 2025 · 2 comments

Comments

@sheidkamp
Copy link

Which tests failed?

TestValidationStrict/ValidationStrictWarnings/TestVirtualServiceWithSecretDeletion and TestValidationStrict/ValidationRejectInvalid/TestVirtualServiceWithSecretDeletion:

https://github.com/solo-io/gloo/actions/runs/13405768013/job/37445316665 (raw logs)

2025-02-19T07:35:57.8460682Z === RUN   TestValidationStrict/ValidationStrictWarnings/TestVirtualServiceWithSecretDeletion
2025-02-19T07:35:57.8460763Z namespace/nginx created
2025-02-19T07:35:57.8460842Z service/nginx created
2025-02-19T07:35:57.8460928Z configmap/nginx-conf created
2025-02-19T07:35:57.8461004Z pod/nginx created
2025-02-19T07:35:57.8461244Z 2025-02-19T07:31:03.635892Z	info	expected pod nginx to have status Running, but it was Pending
2025-02-19T07:35:57.8461329Z secret/tls-secret created
2025-02-19T07:35:57.8461421Z secret/tls-secret-unused created
2025-02-19T07:35:57.8461543Z upstream.gloo.solo.io/nginx-upstream created
2025-02-19T07:35:57.8461684Z virtualservice.gateway.solo.io/example-vs created
2025-02-19T07:35:57.8461766Z secret "tls-secret" deleted
2025-02-19T07:35:57.8461874Z     suite.go:125: 
2025-02-19T07:35:57.8462554Z         	Error Trace:	/home/runner/work/gloo/gloo/test/kubernetes/e2e/features/validation/validation_strict_warnings/suite.go:125
2025-02-19T07:35:57.8462786Z         	Error:      	An error is expected but got nil.
2025-02-19T07:35:57.8463279Z         	Test:       	TestValidationStrict/ValidationStrictWarnings/TestVirtualServiceWithSecretDeletion
2025-02-19T07:35:57.8463384Z     suite.go:126: 
2025-02-19T07:35:57.8464048Z         	Error Trace:	/home/runner/work/gloo/gloo/test/kubernetes/e2e/features/validation/validation_strict_warnings/suite.go:126
2025-02-19T07:35:57.8464564Z         	Error:      	"" does not contain "admission webhook \"kube.validation-strict-test.svc\" denied the request"
2025-02-19T07:35:57.8465048Z         	Test:       	TestValidationStrict/ValidationStrictWarnings/TestVirtualServiceWithSecretDeletion
2025-02-19T07:35:57.8465154Z     suite.go:127: 
2025-02-19T07:35:57.8465817Z         	Error Trace:	/home/runner/work/gloo/gloo/test/kubernetes/e2e/features/validation/validation_strict_warnings/suite.go:127
2025-02-19T07:35:57.8466168Z         	Error:      	"" does not contain "failed validating the deletion of resource"
2025-02-19T07:35:57.8466772Z         	Test:       	TestValidationStrict/ValidationStrictWarnings/TestVirtualServiceWithSecretDeletion
2025-02-19T07:35:57.8466876Z     suite.go:128: 
2025-02-19T07:35:57.8467538Z         	Error Trace:	/home/runner/work/gloo/gloo/test/kubernetes/e2e/features/validation/validation_strict_warnings/suite.go:128
2025-02-19T07:35:57.8468081Z         	Error:      	"" does not contain "SSL secret not found: list did not find secret validation-strict-test.tls-secret"
2025-02-19T07:35:57.8468560Z         	Test:       	TestValidationStrict/ValidationStrictWarnings/TestVirtualServiceWithSecretDeletion
2025-02-19T07:35:57.8468654Z secret "tls-secret-unused" deleted
2025-02-19T07:35:57.8495838Z === RUN   TestValidationStrict/ValidationRejectInvalid/TestVirtualServiceWithSecretDeletion
2025-02-19T07:35:57.8495920Z namespace/nginx created
2025-02-19T07:35:57.8495995Z service/nginx created
2025-02-19T07:35:57.8496087Z configmap/nginx-conf created
2025-02-19T07:35:57.8496161Z pod/nginx created
2025-02-19T07:35:57.8496406Z 2025-02-19T07:31:29.982626Z	info	expected pod nginx to have status Running, but it was Pending
2025-02-19T07:35:57.8496496Z secret/tls-secret created
2025-02-19T07:35:57.8496591Z secret/tls-secret-unused created
2025-02-19T07:35:57.8496710Z upstream.gloo.solo.io/nginx-upstream created
2025-02-19T07:35:57.8496844Z virtualservice.gateway.solo.io/example-vs created
2025-02-19T07:35:57.8496928Z secret "tls-secret" deleted
2025-02-19T07:35:57.8497035Z     suite.go:126: 
2025-02-19T07:35:57.8497705Z         	Error Trace:	/home/runner/work/gloo/gloo/test/kubernetes/e2e/features/validation/validation_reject_invalid/suite.go:126
2025-02-19T07:35:57.8497930Z         	Error:      	An error is expected but got nil.
2025-02-19T07:35:57.8498418Z         	Test:       	TestValidationStrict/ValidationRejectInvalid/TestVirtualServiceWithSecretDeletion
2025-02-19T07:35:57.8498519Z     suite.go:127: 
2025-02-19T07:35:57.8499183Z         	Error Trace:	/home/runner/work/gloo/gloo/test/kubernetes/e2e/features/validation/validation_reject_invalid/suite.go:127
2025-02-19T07:35:57.8499834Z         	Error:      	"" does not contain "admission webhook \"kube.validation-strict-test.svc\" denied the request"
2025-02-19T07:35:57.8500317Z         	Test:       	TestValidationStrict/ValidationRejectInvalid/TestVirtualServiceWithSecretDeletion
2025-02-19T07:35:57.8500415Z     suite.go:128: 
2025-02-19T07:35:57.8501071Z         	Error Trace:	/home/runner/work/gloo/gloo/test/kubernetes/e2e/features/validation/validation_reject_invalid/suite.go:128
2025-02-19T07:35:57.8501417Z         	Error:      	"" does not contain "failed validating the deletion of resource"
2025-02-19T07:35:57.8501893Z         	Test:       	TestValidationStrict/ValidationRejectInvalid/TestVirtualServiceWithSecretDeletion
2025-02-19T07:35:57.8501992Z     suite.go:129: 
2025-02-19T07:35:57.8502646Z         	Error Trace:	/home/runner/work/gloo/gloo/test/kubernetes/e2e/features/validation/validation_reject_invalid/suite.go:129
2025-02-19T07:35:57.8503183Z         	Error:      	"" does not contain "SSL secret not found: list did not find secret validation-strict-test.tls-secret"
2025-02-19T07:35:57.8503847Z         	Test:       	TestValidationStrict/ValidationRejectInvalid/TestVirtualServiceWithSecretDeletion
2025-02-19T07:35:57.8503946Z secret "tls-secret-unused" deleted

Initial Investigation

No response

Additional Information

No response

@bewebi
Copy link

bewebi commented Mar 3, 2025

This occurred again on OSS 1.18 weeklies here

@bewebi
Copy link

bewebi commented Mar 3, 2025

Occurred on OSS 1.18 weeklies here and on main nightlies here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants