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

Akshay Rai commented on OOZIE-2168:
-----------------------------------

The above 4 tests failed even when I ran it on the master branch without the 
patch.

{{mvn clean -Dtest=TestMapReduceActionExecutor test}}
{code}
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; 
support was removed in 8.0
Concurrency config is parallel='classes', perCoreThreadCount=false, 
threadCount=1, useUnlimitedThreads=false
Running org.apache.oozie.action.hadoop.TestMapReduceActionExecutor
Tests run: 18, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 373.818 sec 
<<< FAILURE!

Results :

Failed tests:   
testStreaming(org.apache.oozie.action.hadoop.TestMapReduceActionExecutor)
  
testStreamingConfOverride(org.apache.oozie.action.hadoop.TestMapReduceActionExecutor)

Tests run: 18, Failures: 2, Errors: 0, Skipped: 0

{code}

{{mvn clean -Dtest=TestHostnameFilter test}}
{code}
-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; 
support was removed in 8.0
Concurrency config is parallel='classes', perCoreThreadCount=false, 
threadCount=1, useUnlimitedThreads=false
Running org.apache.oozie.servlet.TestHostnameFilter
Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.347 sec <<< 
FAILURE!

Results :

Failed tests:   testHostname(org.apache.oozie.servlet.TestHostnameFilter)

Tests run: 2, Failures: 1, Errors: 0, Skipped: 0

{code}
{{mvn clean -Dtest=TestEventGeneration test}}
{code}
-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; 
support was removed in 8.0
Concurrency config is parallel='classes', perCoreThreadCount=false, 
threadCount=1, useUnlimitedThreads=false
Running org.apache.oozie.event.TestEventGeneration
Tests run: 6, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 36.452 sec <<< 
FAILURE!

Results :

Failed tests:   
testForNoDuplicates(org.apache.oozie.event.TestEventGeneration): expected:<3> 
but was:<4>

Tests run: 6, Failures: 1, Errors: 0, Skipped: 0{code}

> Oozie flow and action names have 50 char limit 
> -----------------------------------------------
>
>                 Key: OOZIE-2168
>                 URL: https://issues.apache.org/jira/browse/OOZIE-2168
>             Project: Oozie
>          Issue Type: Bug
>          Components: action
>            Reporter: Venkat Ramachandran
>            Assignee: Akshay Rai
>         Attachments: OOZIE-2168.1.patch, OOZIE-2168.2.patch, 
> OOZIE-2168.3.patch, OOZIE-2168.4.patch, OOZIE-2168.5.patch
>
>
> Oozie flow and action names have a 50 character limit and the database fields 
> have 256 char limit. So, it will be better to increase this limit to 128+ or 
> make it configurable for the deployment. 
> The use case is some automated systems create actions and flows names with 
> longer character sequence. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to