You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by "Andras Salamon (JIRA)" <ji...@apache.org> on 2018/11/23 09:30:00 UTC

[jira] [Created] (OOZIE-3391) Fix TestSsh tests

Andras Salamon created OOZIE-3391:
-------------------------------------

             Summary: Fix TestSsh tests
                 Key: OOZIE-3391
                 URL: https://issues.apache.org/jira/browse/OOZIE-3391
             Project: Oozie
          Issue Type: Improvement
            Reporter: Andras Salamon


The root {{pom.xml}} turns off {{TestSsh*}} tests:

{noformat}<excludes>
    <exclude>**/${test.exclude}.java</exclude>
    <exclude>${test.exclude.pattern}</exclude>
    <!-- Explictly use -Dtest=TestSshActionExecutor,TestSshActionExecutorExtension
                             to test the SSH action -->
    <exclude>**/TestSsh*.java</exclude>
</excludes>
{noformat}

Although originally it meant to turn off only {{TestSshActionExecutor}} and {{TestSshActionExecutorExtension}} tests, it also turns off the newer Fluent Job tests:

{noformat}TestSshAction.java
TestSshActionMapping.java
TestSshActionBuilder.java
{noformat}

We should fix the tests. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)