Samer-Melhem-FOO commented on PR #6196: URL: https://github.com/apache/fineract/pull/6196#issuecomment-5143738283
Pushed a rebase onto latest `develop` plus integration test coverage for the collateral quantity fix, per the review request above. CI is green except for **MariaDB Tests (Shard 7 of 15)**, which failed before any test code ran, unrelated to this PR: ``` Could not download org.jacoco.agent-0.8.14.jar Received status code 429 from server: Too Many Requests ``` That's Maven Central rate-limiting the JaCoCo agent download, which took down every module's `:test` task in that shard (`fineract-core`, `fineract-provider`, `integration-tests`, etc.) at dependency resolution, before any tests executed. All other 14 MariaDB shards, all PostgreSQL/MySQL shards, and all E2E shards passed. Job log: https://github.com/apache/fineract/actions/runs/30627828308/job/91149034361 Would appreciate a re-run of that job when convenient. -- 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]
