adamsaghy commented on PR #6128:
URL: https://github.com/apache/fineract/pull/6128#issuecomment-5165504424
Quite weird why there are these failed tests:
```
org.apache.fineract.integrationtests.SavingsInterestPostingTest
Test
testOverdraftAndInterestPosting_WithOverdraftProduct_WhitBalanceGreaterZero()
FAILED (2m 1s)
org.awaitility.core.ConditionTimeoutException: Lambda expression in
org.apache.fineract.integrationtests.common.SchedulerJobHelper expected the
predicate to return <true> but was null within 2 minutes.
at
app//org.apache.fineract.integrationtests.SavingsInterestPostingTest.lambda$testOverdraftAndInterestPosting_WithOverdraftProduct_WhitBalanceGreaterZero$3(SavingsInterestPostingTest.java:293)
Test testPostInterestWithOverdraftProduct() FAILED (2m 2s)
org.awaitility.core.ConditionTimeoutException: Lambda expression in
org.apache.fineract.integrationtests.common.SchedulerJobHelper expected the
predicate to return <true> but was null within 2 minutes.
at
app//org.apache.fineract.integrationtests.SavingsInterestPostingTest.lambda$testPostInterestWithOverdraftProduct$0(SavingsInterestPostingTest.java:128)
Test
testOverdraftAndInterestPosting_WithOverdraftProduct_WhitBalanceLessZero()
FAILED (2m 2s)
org.awaitility.core.ConditionTimeoutException: Lambda expression in
org.apache.fineract.integrationtests.common.SchedulerJobHelper expected the
predicate to return <true> but was null within 2 minutes.
at
app//org.apache.fineract.integrationtests.SavingsInterestPostingTest.lambda$testOverdraftAndInterestPosting_WithOverdraftProduct_WhitBalanceLessZero$2(SavingsInterestPostingTest.java:229)
Test testPostInterestForDuplicatePrevention() FAILED (2m 17s)
org.awaitility.core.ConditionTimeoutException: Lambda expression in
org.apache.fineract.integrationtests.common.SchedulerJobHelper expected the
predicate to return <true> but was null within 2 minutes.
at
app//org.apache.fineract.integrationtests.SavingsInterestPostingTest.lambda$testPostInterestForDuplicatePrevention$8(SavingsInterestPostingTest.java:435)
Test testOverdraftInterestWithOverdraftProduct() FAILED (2m 2s)
org.awaitility.core.ConditionTimeoutException: Lambda expression in
org.apache.fineract.integrationtests.common.SchedulerJobHelper expected the
predicate to return <true> but was null within 2 minutes.
at
app//org.apache.fineract.integrationtests.SavingsInterestPostingTest.lambda$testOverdraftInterestWithOverdraftProduct$1(SavingsInterestPostingTest.java:174)
Test
testNoDuplicateInterestPostingWhenMixingManualAndJobRunsAcrossBusinessDates()
PASSED (1m 52s)
Test testPostInterestNotZero() FAILED (11.2s)
org.opentest4j.AssertionFailedError: expected: <16.1095> but was:
<16.2464>
at
app//org.apache.fineract.integrationtests.SavingsInterestPostingTest.lambda$testPostInterestNotZero$4(SavingsInterestPostingTest.java:390)
```
Can you please rebase this PR?
--
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]