[ https://issues.apache.org/jira/browse/OOZIE-2172?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15029827#comment-15029827 ]
Hadoop QA commented on OOZIE-2172: ---------------------------------- Testing JIRA OOZIE-2172 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:red}-1{color} the patch contains 10 line(s) with 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:green}+1{color} the patch does adds/modifies 1 testcase(s) {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 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: 1702 . Tests failed: 2 . Tests errors: 1 . The patch failed the following testcases: . testForNoDuplicates(org.apache.oozie.event.TestEventGeneration) . testSamplers(org.apache.oozie.util.TestMetricsInstrumentation) {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/2605/ > ZooKeeper Security Tests failed with JVM IBM JAVA > ------------------------------------------------- > > Key: OOZIE-2172 > URL: https://issues.apache.org/jira/browse/OOZIE-2172 > Project: Oozie > Issue Type: Test > Components: HA > Affects Versions: 4.1.0, 4.2.0 > Environment: zookeeper-security-tests]# mvn -verion > Apache Maven 3.2.5 (12a6b3acb947671f09b81f49094c53f426d8cea1; > 2014-12-14T12:29:23-05:00) > Maven home: /opt/apache-maven-3.2.5 > Java version: 1.7.0, vendor: IBM Corporation > Java home: /usr/lib/jvm/ibm-java-x86_64-71-pxa6470_27sr2fp10-20141218_02/jre > Default locale: en_US, platform encoding: ISO-8859-1 > OS name: "linux", version: "3.10.0-229.el7.x86_64", arch: "amd64", family: > "unix" > Reporter: pascal oliva > Labels: ibm-jdk, jaas, oozie, patch, security, zookeeper > Attachments: OOZIE-2172.patch > > > ZooKeeper Security Tests failed by using IBM JAVA > ------------------------------------------------------- > Concurrency config is parallel='classes', perCoreThreadCount=false, > threadCount=1, useUnlimitedThreads=false > Running org.apache.oozie.util.TestZKUtilsWithSecurity > Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 36.493 sec > <<< FAILURE! > Results : > Tests in error: > testCheckAndSetACLs(org.apache.oozie.util.TestZKUtilsWithSecurity): > org.apache.hcatalog.common.HCatException : 9001 : Exception occurred while > processing HCat request : MetaException while creating HMS client. Cause : > MetaException(message:Could not connect to meta store using any of the URIs > provided. Most recent failure: > org.apache.thrift.transport.TTransportException: java.net.ConnectException: > Connection refused(..) > testNewUsingACLs(org.apache.oozie.util.TestZKUtilsWithSecurity): Could not > configure server because SASL configuration did not allow the ZooKeeper > server to authenticate itself properly: > javax.security.auth.login.LoginException: Bad JAAS configuration: > unrecognized option: storeKey > .. > Traces On > target/./surefire-reports/org.apache.oozie.util.TestZKUtilsWithSecurity-output.txt > at > com.google.common.cache.LocalCache$LocalManualCache$1.load(LocalCache.java:4767) > at > com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3568) > at > com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2350) > at > com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2313) > at > com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2228) > at com.google.common.cache.LocalCache.get(LocalCache.java:3965) > at > com.google.common.cache.LocalCache$LocalManualCache.get(LocalCache.java:4764) > at > org.apache.hcatalog.common.HiveClientCache.getOrCreate(HiveClientCache.java:167) > at > org.apache.hcatalog.common.HiveClientCache.get(HiveClientCache.java:143) > at > org.apache.hcatalog.common.HCatUtil.getHiveClient(HCatUtil.java:548) > at > org.apache.hcatalog.api.HCatClientHMSImpl.initialize(HCatClientHMSImpl.java:596) > ... 27 more > testNewUsingACLs(org.apache.oozie.util.TestZKUtilsWithSecurity) Time > elapsed: 0.009 sec <<< ERROR! > java.io.IOException: Could not configure server because SASL configuration > did not allow the ZooKeeper server to authenticate itself properly: > javax.security.auth.login.LoginException: Bad JAAS configuration: > unrecognized option: storeKey > at > org.apache.zookeeper.server.ServerCnxnFactory.configureSaslLogin(ServerCnxnFactory.java:207) > at > org.apache.zookeeper.server.NIOServerCnxnFactory.configure(NIOServerCnxnFactory.java:87) > at > org.apache.zookeeper.server.ZooKeeperServerMain.runFromConfig(ZooKeeperServerMain.java:111) > at > org.apache.curator.test.TestingZooKeeperMain.runFromConfig(TestingZooKeeperMain.java:73) > at > org.apache.curator.test.TestingZooKeeperServer$1.run(TestingZooKeeperServer.java:134) > at java.lang.Thread.run(Thread.java:863) > ... > howto reproduce : > git clone -b branch-4.1 https://github.com/apache/oozie.git > cd oozie > ./bin/mkdistro.sh -DskipTests -Phadoop-2 > cd zookeeper-security-tests/ > mvn clean test -Phadoop-2 -- This message was sent by Atlassian JIRA (v6.3.4#6332)