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

Hadoop QA commented on OOZIE-2888:
----------------------------------

Testing JIRA OOZIE-2888

Cleaning local git workspace

----------------------------

{color:green}+1 PATCH_APPLIES{color}
{color:green}+1 CLEAN{color}
{color:red}-1 RAW_PATCH_ANALYSIS{color}
.    {color:green}+1{color} the patch does not introduce any @author tags
.    {color:green}+1{color} the patch does not introduce any tabs
.    {color:green}+1{color} the patch does not introduce any trailing spaces
.    {color:green}+1{color} the patch does not introduce any line longer than 
132
.    {color:red}-1{color} the patch does not add/modify any testcase
{color:green}+1 RAT{color}
.    {color:green}+1{color} the patch does not seem to introduce new RAT 
warnings
{color:green}+1 JAVADOC{color}
.    {color:green}+1{color} the patch does not seem to introduce new Javadoc 
warnings
{color:green}+1 COMPILE{color}
.    {color:green}+1{color} HEAD compiles
.    {color:green}+1{color} patch compiles
.    {color:green}+1{color} the patch does not seem to introduce new javac 
warnings
{color:green}+1{color} There are no new bugs found in total.
. {color:green}+1{color} There are no new bugs found in [client].
. {color:green}+1{color} There are no new bugs found in [sharelib/hive].
. {color:green}+1{color} There are no new bugs found in [sharelib/sqoop].
. {color:green}+1{color} There are no new bugs found in [sharelib/spark].
. {color:green}+1{color} There are no new bugs found in [sharelib/streaming].
. {color:green}+1{color} There are no new bugs found in [sharelib/hive2].
. {color:green}+1{color} There are no new bugs found in [sharelib/oozie].
. {color:green}+1{color} There are no new bugs found in [sharelib/hcatalog].
. {color:green}+1{color} There are no new bugs found in [sharelib/pig].
. {color:green}+1{color} There are no new bugs found in [sharelib/distcp].
. {color:green}+1{color} There are no new bugs found in [docs].
. {color:green}+1{color} There are no new bugs found in [server].
. {color:green}+1{color} There are no new bugs found in [core].
. {color:green}+1{color} There are no new bugs found in 
[hadooplibs/hadoop-utils-2].
. {color:green}+1{color} There are no new bugs found in [examples].
. {color:green}+1{color} There are no new bugs found in [tools].
{color:green}+1 BACKWARDS_COMPATIBILITY{color}
.    {color:green}+1{color} the patch does not change any JPA 
Entity/Colum/Basic/Lob/Transient annotations
.    {color:green}+1{color} the patch does not modify JPA files
{color:red}-1 TESTS{color}
.    Tests run: 1936
.    Tests failed: 1
.    Tests errors: 0

.    The patch failed the following testcases:

.      
testUpdateConfForTimeLineServiceEnabled(org.apache.oozie.action.hadoop.TestJavaActionExecutor)

.    Tests failing with errors:
.      

{color:green}+1 DISTRO{color}
.    {color:green}+1{color} distro tarball builds with the patch 

----------------------------
{color:red}*-1 Overall result, please check the reported -1(s)*{color}


The full output of the test-patch run is available at

. https://builds.apache.org/job/oozie-trunk-precommit-build/3822/

> Upgrade commons-io to 2.4
> -------------------------
>
>                 Key: OOZIE-2888
>                 URL: https://issues.apache.org/jira/browse/OOZIE-2888
>             Project: Oozie
>          Issue Type: Improvement
>          Components: core
>    Affects Versions: 4.3.0
>            Reporter: Artem Ervits
>            Assignee: Artem Ervits
>            Priority: Minor
>              Labels: newbie
>             Fix For: 5.0.0
>
>         Attachments: OOZIE-2888-0.patch
>
>
> After applying https://issues.apache.org/jira/browse/OOZIE-2780, test for 
> {code}
> mvn -Dtest=org.apache.oozie.util.TestZKUtilsWithSecurity 
> -Dhadoop.version=2.6.0 test
> {code} 
> fails due to old commons-io. Hadoop ships with 2.4 and Oozie ships with 2.1. 
> 2.4 being released in 2012 and 2.1 in 2011, it should be safe to upgrade it.  
> {noformat}
> -------------------------------------------------------
>  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
> objc[60066]: Class JavaLaunchHelper is implemented in both 
> /Library/Java/JavaVirtualMachines/jdk1.8.0_51.jdk/Contents/Home/jre/bin/java 
> (0x1016c24c0) and 
> /Library/Java/JavaVirtualMachines/jdk1.8.0_51.jdk/Contents/Home/jre/lib/libinstrument.dylib
>  (0x10ab8b4e0). One of the two will be used. Which one is undefined.
> Running org.apache.oozie.util.TestZKUtilsWithSecurity
> Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 48.352 sec 
> <<< FAILURE!
> Results :
> Tests in error:
>   testCheckAndSetACLs(org.apache.oozie.util.TestZKUtilsWithSecurity): 
> org/apache/commons/io/Charsets
>   testNewUsingACLs(org.apache.oozie.util.TestZKUtilsWithSecurity): Another 
> CacheManager with same name 'apacheds' already exists in the same VM. Please 
> provide unique names for each CacheManager in the config or do one of 
> following:(..)
> Tests run: 2, Failures: 0, Errors: 2, Skipped: 0
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Reactor Summary:
> [INFO]
> [INFO] Apache Oozie Main .................................. SUCCESS [  0.469 
> s]
> [INFO] Apache Oozie Hadoop Utils hadoop-2-4.4.0-SNAPSHOT .. SUCCESS [  1.512 
> s]
> [INFO] Apache Oozie Hadoop Distcp hadoop-2-4.4.0-SNAPSHOT . SUCCESS [  0.066 
> s]
> [INFO] Apache Oozie Hadoop Auth hadoop-2-4.4.0-SNAPSHOT Test SUCCESS [  0.282 
> s]
> [INFO] Apache Oozie Hadoop Libs ........................... SUCCESS [  0.020 
> s]
> [INFO] Apache Oozie Client ................................ SUCCESS [  0.433 
> s]
> [INFO] Apache Oozie Share Lib Oozie ....................... SUCCESS [  1.273 
> s]
> [INFO] Apache Oozie Share Lib HCatalog .................... SUCCESS [  0.734 
> s]
> [INFO] Apache Oozie Share Lib Distcp ...................... SUCCESS [  0.170 
> s]
> [INFO] Apache Oozie Core .................................. SUCCESS [  5.223 
> s]
> [INFO] Apache Oozie Share Lib Streaming ................... SUCCESS [  2.615 
> s]
> [INFO] Apache Oozie Share Lib Pig ......................... SUCCESS [  0.889 
> s]
> [INFO] Apache Oozie Share Lib Hive ........................ SUCCESS [  1.531 
> s]
> [INFO] Apache Oozie Share Lib Hive 2 ...................... SUCCESS [  1.743 
> s]
> [INFO] Apache Oozie Share Lib Sqoop ....................... SUCCESS [  0.468 
> s]
> [INFO] Apache Oozie Examples .............................. SUCCESS [  1.406 
> s]
> [INFO] Apache Oozie Share Lib Spark ....................... SUCCESS [  2.476 
> s]
> [INFO] Apache Oozie Share Lib ............................. SUCCESS [  0.014 
> s]
> [INFO] Apache Oozie Docs .................................. SUCCESS [  0.045 
> s]
> [INFO] Apache Oozie WebApp ................................ SUCCESS [  1.906 
> s]
> [INFO] Apache Oozie Tools ................................. SUCCESS [  0.992 
> s]
> [INFO] Apache Oozie MiniOozie ............................. SUCCESS [  0.566 
> s]
> [INFO] Apache Oozie Server ................................ SUCCESS [  2.856 
> s]
> [INFO] Apache Oozie Distro ................................ SUCCESS [  1.008 
> s]
> [INFO] Apache Oozie ZooKeeper Security Tests .............. FAILURE [ 51.491 
> s]
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Total time: 01:20 min
> [INFO] Finished at: 2017-05-12T15:31:22-04:00
> [INFO] Final Memory: 60M/398M
> [INFO] 
> ------------------------------------------------------------------------
> [ERROR] Failed to execute goal 
> org.apache.maven.plugins:maven-surefire-plugin:2.12.2:test (default-test) on 
> project oozie-zookeeper-security-tests: There are test failures.
> {noformat}
> {noformat}
> testNewUsingACLs(org.apache.oozie.util.TestZKUtilsWithSecurity): Another 
> CacheManager with same name 'apacheds' already exists in the same VM. Please 
> provide unique names for each CacheManager in the config or do one of 
> following:(..)
> {noformat}
> is related and is also fixed once commons-io is bumped to 2.4.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to