[
https://issues.apache.org/jira/browse/OOZIE-975?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13445270#comment-13445270
]
Virag Kothari commented on OOZIE-975:
-------------------------------------
After some experimentation, following is the list of services classes not
required by most of the TestCases. Also most of them cause conflict with the
actual test cases.
{code}
org.apache.oozie.service.CoordMaterializeTriggerService,
org.apache.oozie.service.ActionCheckerService,
org.apache.oozie.service.RecoveryService,
org.apache.oozie.service.PurgeService,
org.apache.oozie.service.PauseTransitService,
org.apache.oozie.service.StatusTransitService,
org.apache.oozie.service.GroupsService,
org.apache.oozie.service.ProxyUserService
{code}
Different options of separating them from other services class are mentioned in
above comment.
> Test cases should not load all the services classes
> ---------------------------------------------------
>
> Key: OOZIE-975
> URL: https://issues.apache.org/jira/browse/OOZIE-975
> Project: Oozie
> Issue Type: Bug
> Reporter: Virag Kothari
> Assignee: Virag Kothari
> Attachments: kill-output.txt
>
>
> Some services classes loaded as part of services.init() interfere with the
> actual test case causing them to break.
> TestPauseTransitSErvice, TestPurgeService, TestActionCheckerService keep
> failing intermittently.
> Related pre-commit build links:
> https://builds.apache.org/job/oozie-trunk-precommit-build/58/testReport/junit/org.apache.oozie.service/TestPauseTransitService/testUnpauseBundleAndCoordinator/
> https://builds.apache.org/job/oozie-trunk-precommit-build/55/testReport/junit/org.apache.oozie.service/TestActionCheckerService/testActionCheckerServiceCoord/
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira