br4chu / docker-compose-maven-plugin

Maven plugin that talks to docker-compose command-line interface
Apache License 2.0
12 stars 4 forks source link

Condition with lambda expression in io.brachu.johann.cli.DockerComposeCli was not fulfilled #4

Closed dcheng45 closed 4 years ago

dcheng45 commented 4 years ago

We have been using this plugin for running our integration tests. Up until now we've been using version 0.1.0. I'm upgraded to docker desktop 2.1.0.3 and I'm running into the following issue:

Failed to execute goal io.brachu:docker-compose-maven-plugin:0.6.0:up (start-compose) on project ispws: Docker-compose cluster failed to start: Timed out while waiting for cluster to be healthy. Condition with lambda expression in io.brachu.johann.cli.DockerComposeCli was not fulfilled within 240 seconds. TimeoutException

I've upgraded the plugin to 0.6.0 and still get the same error. Doesn't matter if I extend the wait time. The health check on the web container says it is healthy before it reaches the end of the wait time.

mjagus commented 4 years ago

Maybe one of your containers can't start properly after upgrading? Can you provide a minimalistic docker-compose file that replicates the issue?

dcheng45 commented 4 years ago

I've given up on this. Possibly caused by updated my mac to Catalina. I needed to downgrade to previous OS and install previous version of docker