devonfw / IDEasy

Tool to automate the setup and updates of a development environment for any project (Successor of devonfw-ide).
Apache License 2.0
8 stars 23 forks source link

CI Build fails in GitHub #209

Closed aBega2000 closed 7 months ago

aBega2000 commented 8 months ago

Expected behavior

We want the CI build to run successfully in Github, so that everything can work properly

Actual behavior

The CI build fails and there is an error in the tests, namely:

[ERROR] InstallCommandletTest.setUp:34 » FatalStartup java.lang.RuntimeException: java.io.IOException: Failed to bind to /0.0.0.0:1111

Comments/Hints:

It seems like there is an error with WireMock, when we try to bind to port 1111 in the URLs. First a Quick Fix will be implemented, then a generally more reliable solution will be found and implemented

hohwille commented 8 months ago

Reopening: We have only applied a quickfix (hack) with PR #210 so our CI gets green again. However, we need to find a real solution:

hohwille commented 7 months ago

IMHO this issue is already fixed with PR #238 etc.