airajena commented on PR #5566:
URL: https://github.com/apache/fineract/pull/5566#issuecomment-3995382779

   I've reproduced the CI failures locally after running the full integration 
test suite (approx. 3-hour runtime). The failures appear to be systemic rather 
than isolated. The primary bottleneck is in the Spring Batch / COB (Close of 
Business) jobs. Most tests are failing with exitCode=UNKNOWN, specifically 
throwing org.springframework.batch.core.JobExecutionException.
   This seems to be causing a "domino effect" on downstream tests:
   SavingsAccountsExternalIdTest: Resulting in 400 and 404 errors because the 
accounts aren't reaching the expected state due to the failed batch jobs.
   General Assertions: Multiple tests are failing simply because they expect a 
COMPLETED status, but receive FAILED or UNKNOWN.
   It looks like the root cause is tied to the batch execution logic rather 
than the API endpoints themselves.


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