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
Not sure if this would be possible but sometimes a bunch of our tests fail with Cannot run all required containers. This is not very helpful.
Something more verbose would be better, like could not start container for mongodb:123 because the condition XYZ was not reached, and also logging the startup logs?
sbt.ForkMain$ForkError: java.lang.RuntimeException: Cannot run all required containers
at com.whisk.docker.DockerKit.startAllOrFail(DockerKit.scala:59)
at com.whisk.docker.DockerKit.startAllOrFail$(DockerKit.scala:43)
The text was updated successfully, but these errors were encountered:
Not sure if this would be possible but sometimes a bunch of our tests fail with
Cannot run all required containers
. This is not very helpful.Something more verbose would be better, like could not start container for mongodb:123 because the condition XYZ was not reached, and also logging the startup logs?
The text was updated successfully, but these errors were encountered: