You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by "Peter Cseh (JIRA)" <ji...@apache.org> on 2017/11/16 16:14:00 UTC

[jira] [Created] (OOZIE-3131) Cut out the creation of AppSubmissionContext from JavaActionExecutor

Peter Cseh created OOZIE-3131:
---------------------------------

             Summary: Cut out the creation of AppSubmissionContext from JavaActionExecutor
                 Key: OOZIE-3131
                 URL: https://issues.apache.org/jira/browse/OOZIE-3131
             Project: Oozie
          Issue Type: Bug
            Reporter: Peter Cseh


JavaActionExecutor is huge and a lot of it is createAppSubmissionContext and it's child-functions. This could be pulled out to a AppContextFactory or something similar, which could increase testability of this area greatly as we could write assertions against the AppContext itself. Right now it's nearly impossible to assert what's going inside the AppContext.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)