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

Fix failing tests #739

Open
pditommaso opened this issue Nov 11, 2024 · 0 comments
Open

Fix failing tests #739

pditommaso opened this issue Nov 11, 2024 · 0 comments

Comments

@pditommaso
Copy link
Collaborator

Some tests are failing because a repository on ECR has been deleted

should retrieve image digest on ECR

resp1 == 'sha256:05f9dc67e6ec879773de726b800d4d5044f8bd8e67da728484fbdea56af1fdff'
|     |
null  false

	at io.seqera.wave.core.RegistryProxyServiceTest.should retrieve image digest on ECR(RegistryProxyServiceTest.groovy:69)

should call head manifest on amazon

resp.statusCode() == 200
|    |            |
|    404          false
(HEAD https://xxx.dkr.ecr.eu-west-1.amazonaws.com/v2/wave/kaniko/manifests/0.1.0) 404

	at io.seqera.wave.proxy.ProxyClientTest.should call head manifest on amazon(ProxyClientTest.groovy:184)

should call target manifest on amazon

resp.statusCode() == 200
|    |            |
|    404          false
(GET https://xxx.dkr.ecr.eu-west-1.amazonaws.com/v2/wave/kaniko/manifests/0.1.0) 404

	at io.seqera.wave.proxy.ProxyClientTest.should call target manifest on amazon(ProxyClientTest.groovy:163)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant