AshharAhmadKhan commented on PR #6258: URL: https://github.com/apache/fineract/pull/6258#issuecomment-5266710860
Investigated all three failures: 1. `api-compatibility-check` - expected. This is a breaking API change (endpoint removal), so this check is correctly flagging it. 2. `generated-client-api-method-compatibility-check` - also expected. The script has no allowlist for intentional removals, it hard-fails on any generated method name that disappears, which will always happen when endpoints are deleted instead of kept. 3. `run-integrations-tests-on-mysql / MySQL Tests (Shard 1 of 15)` - unrelated to this PR. Looks flaky, could someone re-trigger this check? -- 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]
