-
Notifications
You must be signed in to change notification settings - Fork 40.9k
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
Upgrade testcontainers to 1.7.2 #12821
Comments
@mbhave please keep me updated about the flakiness :) |
@philwebb I checked the error, most of the time it happens when DB inside a container fails to start. In your case it might be that Cassandra didn't start because of OOM or similar reason. If you check the logs, there should be stdout & stderr of the container that failed to start (we do it automatically on start failure), they should help to check if it is container's problem or not, I hope that helps :) |
Thanks for looking into it @bsideup! We'll investigate further. |
Hi, @bsideup. We've just seen a build fail due to an IO timeout when retrieving an image:
There seems to be some retry logic in |
Hi @wilkinsona, it seems that the behaviour was changed in docker-java, AFAIR it was throwing Could you please report it at https://github.com/testcontainers/testcontainers-java/issues? |
Done. Thanks for the support, @bsideup! |
Some of the tests that use testcontainers have been quite flaky on CI. We should see if upgrading fixes that.
The text was updated successfully, but these errors were encountered: