Hi all, I wanted to flag an issue we recently discovered: some of our integration tests were not being picked up by GitHub Actions due to an incorrect regexp in the test class collection step. This means a few tests weren’t running in CI as expected. A fix for the regexp is already underway so that all integration tests are executed going forward.
After correcting this, we noticed a failing test related to savings account interest calculation: org.apache.fineract.integrationtests.SchedulerJobsTestResults#testInterestTransferForSavings You can track the bug here: FINERACT-2378 <https://issues.apache.org/jira/browse/FINERACT-2378> I’m looking for volunteers to help investigate and fix this failing test case (and any related issues uncovered in the process). It’s a good opportunity to dig into savings interest calculation logic, scheduler jobs, and test coverage. If you’re interested, please respond here or comment on the JIRA ticket so we can coordinate. Regards, Adam