Davor Krtic

Results 3 comments of Davor Krtic

It looks like the builds on Windows are failing because they are running out of disk space. From the log file: `[warning]You are running out of disk space. The runner...

Most of the clean task failures are because the input streams are not closed in the test methods. TestAppConfig test uses [embedded](https://github.com/OpenLiberty/ci.gradle/blob/ebba4c53c9e203c31df607ab64bbb4c9b7f33435/src/test/resources/sample.servlet/testAppConfig.gradle#L45) server that starts in the same process so...

From the docker [documentation](https://docs.docker.com/desktop/networking/#i-want-to-connect-from-a-container-to-a-service-on-the-host) > We recommend that you connect to the special DNS name host.docker.internal which resolves to the internal IP address used by the host. This is for...