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)