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

Unable to run Groovy test cases #1794

Closed
eshaanmangal opened this issue Mar 30, 2022 · 2 comments
Closed

Unable to run Groovy test cases #1794

eshaanmangal opened this issue Mar 30, 2022 · 2 comments

Comments

@eshaanmangal
Copy link

Hi team, I just took a fresh pull of prebid-server-java, and when I tried to run Groovy test cases, I am getting Errors (Screenshot attached). The only thing that is different in my repo (ref master) is that in pom.xml I have enabled "launchContainers". The issue is that the code is trying to fetch "prebid/prebid-server: latest" as timing out eventually.

image

@Net-burst
Copy link
Collaborator

Hi. This happens because you didn't build an image. Tests rely on Docker image being present and until you either run maven clean verify which will build it automatically to run the tests or build it yourself by running maven clean package docker:build. Both commands will leave a PBS docker image in your local registry. There is a PR with the documentation which will be merged soon: #1755

@eshaanmangal
Copy link
Author

eshaanmangal commented Mar 30, 2022

Thanks a lot, @Net-burst, really appreciated it !!

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

2 participants