[
https://issues.apache.org/jira/browse/FINERACT-922?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17115411#comment-17115411
]
Michael Vorburger commented on FINERACT-922:
--------------------------------------------
FINERACT-992 was a false alarm. The next step on this bug, after
https://github.com/apache/fineract/pull/817 and
https://github.com/apache/fineract/pull/813 and
https://github.com/apache/fineract/pull/812 have been merged, will be to start
replacing, one by one, usages of the old
org.apache.fineract.integrationtests.common.SchedulerJobHelper.executeJob(String)
by my new SchedulerJobHelper.executeAndAwaitJob(String), and see which ITs
still pass (and investigate why they fail if they do), and which @Ignore-d IT
(which use this helper..) will pass with this new & better helper - or why they
still fail. After those 3 open PRs are merged (and also thanks to
FINERACT-858), there will now be much clearer error messages than we used to
have before. Lert's put any findings into the open JIRA for the respective
tests and not into this bug.
> Improve SchedulerJobHelper to be more reliable and prevent flaky tests
> ----------------------------------------------------------------------
>
> Key: FINERACT-922
> URL: https://issues.apache.org/jira/browse/FINERACT-922
> Project: Apache Fineract
> Issue Type: Improvement
> Components: Job Scheduler
> Reporter: Michael Vorburger
> Assignee: Michael Vorburger
> Priority: Critical
> Fix For: 1.4.0
>
>
> [~ptuomola] pointed out in FINERACT-855 that the reason for at least some of
> our often Randomly Failing Integration Tests in FINERACT-850 is likely that
> the SchedulerJobHelper has serious issues.
> Improving that helper presumably will help for a number of flaky tests.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)