You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@fineract.apache.org by "Michael Vorburger (Jira)" <ji...@apache.org> on 2020/06/01 13:53:00 UTC

[jira] [Commented] (FINERACT-950) FixedDepositTest > testFixedDepositAccountClosureTypeWithdrawal_WITH_HOLD_TAX() is flaky

    [ https://issues.apache.org/jira/browse/FINERACT-950?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17121029#comment-17121029 ] 

Michael Vorburger commented on FINERACT-950:
--------------------------------------------

https://github.com/apache/fineract/pull/959 illustrates how even if un-ignoring this test using the new utility from FINERACT-922 running the PR causes:

{noformat}Caused by: org.apache.openjpa.lib.jdbc.ReportingSQLException: Unknown column 'transfer_to_savings_account_id' in 'field list' {prepstmnt 1515527594 INSERT INTO m_deposit_account_term_and_preclosure (deposit_amount, deposit_period, deposit_period_frequency_enum, expected_firstdepositon_date, maturity_amount, maturity_date, on_account_closure_enum, transfer_interest_to_linked_account, transfer_to_savings_account_id, savings_account_id, in_multiples_of_deposit_term, in_multiples_of_deposit_term_type_enum, max_deposit_term, max_deposit_term_type_enum, min_deposit_term, min_deposit_term_type_enum, pre_closure_penal_applicable, pre_closure_penal_interest, pre_closure_penal_interest_on_enum) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)} [code=1054, state=42S22]{noformat}

Thus marking this as a Blocker - this is, apparently, just completely broken.

[~ptuomola] thought this may interest you.

> FixedDepositTest > testFixedDepositAccountClosureTypeWithdrawal_WITH_HOLD_TAX() is flaky
> ----------------------------------------------------------------------------------------
>
>                 Key: FINERACT-950
>                 URL: https://issues.apache.org/jira/browse/FINERACT-950
>             Project: Apache Fineract
>          Issue Type: Sub-task
>            Reporter: Michael Vorburger
>            Priority: Blocker
>
> FixedDepositTest > testFixedDepositAccountClosureTypeWithdrawal_WITH_HOLD_TAX() failed on https://travis-ci.org/github/apache/fineract/builds/684752992 for https://github.com/apache/fineract/pull/840 which could not have caused that - so https://github.com/apache/fineract/pull/843 :(



--
This message was sent by Atlassian Jira
(v8.3.4#803005)