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 2019/07/05 07:04:00 UTC

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

    [ https://issues.apache.org/jira/browse/OOZIE-3391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16879016#comment-16879016 ] 

Andras Salamon commented on OOZIE-3391:
---------------------------------------

Do you mind if I take it over [~shubham.chhabra]? I have an idea how to fix this.

> Fix TestSsh tests
> -----------------
>
>                 Key: OOZIE-3391
>                 URL: https://issues.apache.org/jira/browse/OOZIE-3391
>             Project: Oozie
>          Issue Type: Improvement
>            Reporter: Andras Salamon
>            Assignee: Shubham
>            Priority: Major
>
> 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)