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
Looks to me like you have a similar problem like #522. For executing tests on the bpdm-bridge-dummy you need to install some docker images first that will be needed for testing. The docker-compose.build.yaml will do this for you. Please have a look here: #522 (comment)
I am trying to follow the INSTALL.MD directions for the bpdm kit
Whenever I begin by running
mvn clean install
, all my tests and tasks run fine until it reaches the tests for the bpdm-bridge-dummyThis is the error I am running into :
The Error clearly states : " Timed out waiting for container port to open (localhost ports: [59400] should be listening) "
Even though the container at 59400 IS running :
Am I doing something wrong or is there a certain configuration I should be setting before running ?
PS : I am on a Mac Book Pro M1
The text was updated successfully, but these errors were encountered: