You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
java.lang.RuntimeException: org.testcontainers.containers.ContainerLaunchException: Timed out waiting for container port to open (localhost ports: [32845] should be listening)17:34
Caused by: org.testcontainers.containers.ContainerLaunchException: Timed out waiting for container port to open (localhost ports: [32845] should be listening)17:34
The text was updated successfully, but these errors were encountered:
org.testcontainers.containers.ContainerLaunchException: Container startup failed
Caused by: org.rnorth.ducttape.RetryCountExceededException: Retry limit hit with exception
Caused by: org.testcontainers.containers.ContainerLaunchException: Could not create/start container
Caused by: org.testcontainers.containers.ContainerLaunchException: Aborting attempt to link to container 7ofrz52ifape_webhook_1 as it is not running
Hi. I'm trying to write a Java / junit integration test which requires the following testcontainers: postgres, kafka and a webhook container which is based out of the docker-file specified at https://github.com/fredsted/webhook.site/blob/master/docker-compose.yml.Following is the code snippet:
I tweaked the
docker-compose.yml
file slightly to ensure a random port:I get the following error:
The text was updated successfully, but these errors were encountered: