adamsaghy commented on code in PR #4405: URL: https://github.com/apache/fineract/pull/4405#discussion_r1981470550
########## integration-tests/src/test/java/org/apache/fineract/integrationtests/LoanCatchUpIntegrationTest.java: ########## @@ -52,8 +52,10 @@ import org.apache.http.HttpStatus; import org.junit.jupiter.api.Assertions; import org.junit.jupiter.api.BeforeEach; +import org.junit.jupiter.api.Order; import org.junit.jupiter.api.Test; +@Order(1) Review Comment: There are exceptions, like this where the catch up functionality responsibility to pick up every loan that is considered behind (based on date) and run the COB on them till the current business date. if these type of tests got executed in the middle of the integration tests or at the end there will be a lot of loan to be processed, so it make sense to do it early stage -- 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]
