adamsaghy commented on code in PR #3589:
URL: https://github.com/apache/fineract/pull/3589#discussion_r1399424485
##########
integration-tests/src/test/java/org/apache/fineract/integrationtests/SavingsAccountTransactionTest.java:
##########
@@ -211,6 +213,64 @@ public void testConcurrentSavingsBatchTransactions() {
}
this.datatableHelper.deleteDatatable(datatableName);
+ try {
+ for (Future<?> result : results) {
+ assertNull(result.get());
+ }
+ } catch (Exception e) {
+ throw new RuntimeException(e);
+ }
+ log.info("\nFinished all threads");
+ }
+
+ // @Test
Review Comment:
ACK: this test is commented out temporarily till it got fixed (locally and
on GA behaves differently)
--
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]