awaneetdecoder commented on PR #5671: URL: https://github.com/apache/fineract/pull/5671#issuecomment-4152186511
@adamsaghy — investigated the test-core-2 failure. testRunningPostInterestJobTwiceDoesNotCreateDuplicateInterest was failing due to a date logic error in the test itself: with businessDate = April 12, the scheduler calculates interest up to yesterday (April 11), so the posting lands on [2022, 4, 11] — not [2022, 4, 12] as the filter expected. Fix: changed businessDate to April 13 so yesterday = April 12, ensuring the interest posting appears on [2022, 4, 12] as the assertion requires. The E2E Shard 6 failure is pre-existing — it covers only Currency and Loan domain features, unrelated to this PR's savings changes. All other 473 integration tests pass. Updated the commit with the fix. -- 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]
