You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by ad...@apache.org on 2023/04/12 15:43:22 UTC

[fineract] branch develop updated (ace078602 -> fb6e78fa2)

This is an automated email from the ASF dual-hosted git repository.

adamsaghy pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git


    from ace078602 [FINERACT-1678] Exclude loan IDs from execution context
     add fb6e78fa2 FINERACT-1724: Improve reliability of integration tests

No new revisions were added by this update.

Summary of changes:
 .../api/InternalLoanInformationApiResource.java    |  24 +-
 .../loanaccount/api/LoansApiResourceSwagger.java   |   4 +-
 .../loanaccount/domain/LoanRepository.java         |   4 +
 .../loanaccount/domain/LoanRepositoryWrapper.java  |   4 +
 .../AccountNumberPreferencesTest.java              |   3 +
 .../integrationtests/AccountTransferTest.java      |   3 +
 .../AccountingScenarioIntegrationTest.java         |   3 +
 .../fineract/integrationtests/BatchApiTest.java    |   3 +
 .../ClientLoanChargeExternalIntegrationTest.java   |   3 +
 .../ClientLoanChargeRefundIntegrationTest.java     |   3 +
 ...lanceRefundandRepaymentTypeIntegrationTest.java |   3 +
 .../ClientLoanIntegrationTest.java                 | 712 ++++++++++----------
 ...ntLoanMultipleDisbursementsIntegrationTest.java |   3 +
 ...rancheMultipleDisbursementsIntegrationTest.java |   3 +
 .../ClientSavingsIntegrationTest.java              |   2 +
 .../ConcurrencyIntegrationTest.java                |   3 +
 .../DelinquencyAndChargebackIntegrationTest.java   | 472 +++++++-------
 .../DelinquencyBucketsIntegrationTest.java         | 725 +++++++++++----------
 .../DisbursalAndRepaymentScheduleTest.java         |   3 +
 ...DueDateRespectiveLoanRepaymentScheduleTest.java |   3 +
 .../ExternalIdSupportIntegrationTest.java          |   4 +
 .../integrationtests/GroupLoanIntegrationTest.java |   3 +
 .../fineract/integrationtests/GroupTest.java       |   3 +
 ...oanAccountArrearsAgeingCOBBusinessStepTest.java | 139 ++--
 ...ccountCreditRefundPayoutWithChargebackTest.java |   3 +
 .../integrationtests/LoanAccountFraudTest.java     |   3 +
 .../LoanAccountOverpaidDateStatusTest.java         | 178 ++---
 .../LoanApplicationApprovalTest.java               |   3 +
 ...anProductWithPeriodicAccrualAccountingTest.java |   3 +
 .../LoanApplicationUndoLastTrancheTest.java        |   3 +
 .../LoanAuditingIntegrationTest.java               |   3 +
 .../LoanChargeOffAccountingTest.java               |   3 +
 .../LoanChargeSpecificDueDateTest.java             | 254 ++++----
 .../LoanDisbursalDateValidationTest.java           |   3 +
 .../LoanDisbursementDetailsIntegrationTest.java    |   3 +
 ...anFixedPrincipalPercentageAmortizationTest.java |   3 +
 .../LoanPayOffAddChargeWithRefundTest.java         |   3 +
 .../LoanRepaymentRescheduleAtDisbursementTest.java |   3 +
 .../LoanRescheduleOnDecliningBalanceLoanTest.java  |   3 +
 .../LoanRescheduleRequestTest.java                 |   3 +
 .../LoanRescheduleWithAdvancePaymentTest.java      |   3 +
 .../LoanReschedulingWithinCenterTest.java          |  19 +-
 ...LoanSpecificDueDateChargeAfterMaturityTest.java |   3 +
 .../LoanTransactionAuditingIntegrationTest.java    |   3 +
 .../LoanTransactionChargebackTest.java             | 257 ++++----
 ...ionFullAmountChargebackForOverpaidLoanTest.java |   3 +
 .../LoanTransactionReverseReplayRelationTest.java  |   3 +
 .../LoanTransactionSummaryTest.java                |   3 +
 ...ithWaiveInterestAndWriteOffIntegrationTest.java |   3 +
 .../LoanWithdrawnByApplicantIntegrationTest.java   |   3 +
 ...mDaysBetweenDisbursalAndFirstRepaymentTest.java |   3 +
 .../fineract/integrationtests/NotesTest.java       |   3 +
 .../RepaymentWithPostDatedChecksTest.java          |   3 +
 .../SavingsInterestPostingJobIntegrationTest.java  |   2 +
 .../integrationtests/SchedulerJobsTestResults.java | 323 ++++-----
 .../SkipRepaymentOnMonthFirstTest.java             |   3 +
 .../common/GlobalConfigurationHelper.java          |   4 +-
 .../common/ProvisioningIntegrationTest.java        |   3 +
 .../common/SchedulerJobHelper.java                 |  19 +-
 .../common/loans/LoanTestLifecycleExtension.java   |  79 +++
 .../common/loans/LoanTransactionHelper.java        |  16 +-
 .../EntityDatatableChecksIntegrationTest.java      |   3 +
 .../datatable/DatatableIntegrationTest.java        |   3 +
 .../integrationtests/guarantor/GuarantorTest.java  |   3 +
 .../inlinecob/InlineLoanCOBTest.java               | 518 ++++++++-------
 .../VariableInstallmentsIntegrationTest.java       |   3 +
 66 files changed, 2136 insertions(+), 1758 deletions(-)
 create mode 100644 integration-tests/src/test/java/org/apache/fineract/integrationtests/common/loans/LoanTestLifecycleExtension.java