[ https://issues.apache.org/jira/browse/OOZIE-2273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15057571#comment-15057571 ]
Hadoop QA commented on OOZIE-2273: ---------------------------------- Testing JIRA OOZIE-2273 Cleaning local git workspace ---------------------------- {color:green}+1 PATCH_APPLIES{color} {color:green}+1 CLEAN{color} {color:green}+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:green}+1{color} the patch does adds/modifies 8 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: 9 . Tests errors: 2 . The patch failed the following testcases: . testCoordStatus_Failed(org.apache.oozie.command.coord.TestCoordChangeXCommand) . testForNoDuplicates(org.apache.oozie.event.TestEventGeneration) . testTimeOutWithException2(org.apache.oozie.command.coord.TestCoordPushDependencyCheckXCommand) . testSamplers(org.apache.oozie.util.TestMetricsInstrumentation) . testMain(org.apache.oozie.action.hadoop.TestHiveMain) . testPigScript(org.apache.oozie.action.hadoop.TestPigMainWithOldAPI) . testEmbeddedPigWithinPython(org.apache.oozie.action.hadoop.TestPigMain) . testPigScript(org.apache.oozie.action.hadoop.TestPigMain) . testPig_withNullExternalID(org.apache.oozie.action.hadoop.TestPigMain) {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/2646/ > MiniOozie does not work outside of Oozie > ---------------------------------------- > > Key: OOZIE-2273 > URL: https://issues.apache.org/jira/browse/OOZIE-2273 > Project: Oozie > Issue Type: Bug > Components: tests > Affects Versions: 4.2.0 > Reporter: Robert Kanter > Assignee: Robert Kanter > Attachments: OOZIE-2273.001.patch > > > {{MiniOozie}} doesn't appear to work correctly outside of Oozie, due to some > hardcoded paths/assumptions. We should fix this. > As a quick workaround, I added the "core" folder and sub folders/files. For > example: > {noformat} > project-root > |- src > |- pom.xml > |- (other typical maven stuff) > |- core > |- |- src > |- |- |- test > |- |- |- |- resources > |- |- |- |- |- hadoop-config.xml (a copy of this file [1]) > {noformat} > Also, the Metastore doesn't work properly either (not sure why). It can be > disabled by adding {{System.setProperty("oozie.test.metastore.server", > "false");}} in the {{setUp()}} method, as done at \[2], but we should fix > that as well. > \[1] > https://raw.githubusercontent.com/apache/oozie/master/core/src/test/resources/hadoop-config.xml > \[2] > https://github.com/apache/oozie/blob/master/minitest/src/test/java/org/apache/oozie/test/WorkflowTest.java#L45 -- This message was sent by Atlassian JIRA (v6.3.4#6332)