Dhanno98 commented on PR #5381:
URL: https://github.com/apache/fineract/pull/5381#issuecomment-3803500720

   After rebasing the PR, the `liquibase-backward-compatibility-check` job that 
failed earlier is now successful. But there are 3 CI jobs that are failing. I 
went through the logs of these CI failures and wanted to share my observations:
   1. MariaDB / test(test-core-3): The failure occurs in the task 
`integration-tests` during the Gradle test phase while executing 
`test_progressive_interest_noRecalculation_prepay` test. It appears to be due 
to `SocketTimeoutException` while executing `LOAN_COB` job. This PR only 
updates the OpenAPI documentation and does not touch COB, loan processing or 
integration test logic.
   
   2. MySQL / test(test-core-5): This job fails while Initializing the 
`mysql:9.1` container before any Gradle tasks or tests are run. It seems the 
job didn't reach any application code or tests and failed during 
initialization. 
   
   3. Smoke Test with Kafka: It fails during the gradle build for the task 
`fineract-client-feign:buildJavaSdk` with a `Java heap space` error. No 
messaging or Kafka related changes are part of this PR.
   
   Form my analysis these failures seem unrelated to the PR changes and look 
like CI or infrastructure related issues.
   Please let me know if I might be missing something and how would you like me 
to proceed from here. 


-- 
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]

Reply via email to