Samer-Melhem-FOO commented on PR #6191: URL: https://github.com/apache/fineract/pull/6191#issuecomment-5102396117
Two checks are currently failing here, both unrelated to this PR's change (`CurrencyWritePlatformServiceJpaRepositoryImpl`, `CurrencyInUseException`, `OrganisationMonetaryConfiguration`, plus a new unit test — no Liquibase/schema changes): - `run-integrations-tests-on-mariadb / MariaDB Tests (Shard 4 of 15)`: fails at `jibDockerBuild` with `java.net.SocketException: Network is unreachable` pulling `azul/zulu-openjdk-alpine` — the same transient Docker Hub registry issue seen on other PRs recently. - `run-integrations-tests-on-mysql / MySQL Tests (Shard 5 of 15)`: the app container built and started fine (Spring context came up, DB connection pool started), but the tenant Liquibase migration stalled for ~22 minutes with no progress between two log lines, and the health-check retry loop eventually timed out. This PR doesn't touch any Liquibase changelogs, so this looks like CI-runner resource contention/slowness rather than something caused by the change. Could a maintainer re-run the failed jobs? Thanks! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
