AshharAhmadKhan commented on PR #5498: URL: https://github.com/apache/fineract/pull/5498#issuecomment-3977534590
@IOhacker @adamsaghy Investigated the CI failures in detail — here's what I found: **Build (`build-core`)** — transient network timeout on the GitHub Actions runner (`SocketTimeoutException` downloading the Eclipse Groovy formatter). Nothing to do with my changes, just bad luck on the runner. A rerun should clear it. **Integration tests (MariaDB/MySQL/PostgreSQL) and E2E** — all failed downstream of the build failure above. The logs actually show `FAILED=0`, meaning the tests themselves passed fine. **API compatibility check** — this one is mine, and it's intentional. Removing `AppUserClientMapping` cascades into hundreds of `R014` violations in the OpenAPI diff, all of the form `appUserClientMappings.*` removed from various responses. That's expected — the whole point of this PR is to remove that entity and everything that depended on it. Could a maintainer re-run the jobs and update the OpenAPI baseline? Happy to help with the baseline update if someone can point me to where it lives in the repo. -- 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]
