[
https://issues.apache.org/jira/browse/OOZIE-1631?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13838493#comment-13838493
]
Hadoop QA commented on OOZIE-1631:
----------------------------------
Testing JIRA OOZIE-1631
Cleaning local svn 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:red}-1 COMPILE{color}
. {color:green}+1{color} HEAD compiles
. {color:green}+1{color} patch compiles
. {color:red}-1{color} the patch seems to introduce 1 new javac warning(s)
{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: 1370
. Tests failed: 1
. Tests errors: 0
. The patch failed the following testcases:
.
testTimeoutWithException(org.apache.oozie.command.coord.TestCoordActionInputCheckXCommandNonUTC)
{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/921/
> Tools module should have a direct dependency on mockito
> -------------------------------------------------------
>
> Key: OOZIE-1631
> URL: https://issues.apache.org/jira/browse/OOZIE-1631
> Project: Oozie
> Issue Type: Bug
> Components: tests
> Affects Versions: trunk
> Reporter: Robert Kanter
> Assignee: Robert Kanter
> Priority: Minor
> Attachments: OOZIE-1631.patch
>
>
> Mockito is used by some of the tests in the tools module; however, it is only
> included because its a test dependency of hive-serde, which is included with
> the hcatalog libs. We should make it a direct dependency in case hcat
> removes mockito because Oozie won't compile anymore.
> dependency tree for reference:
> {noformat}
> [INFO] org.apache.oozie:oozie-tools:jar:4.1.0-SNAPSHOT
> [INFO] +- org.apache.derby:derby:jar:10.6.1.0:compile
> [INFO] +- org.apache.oozie:oozie-hcatalog:jar:0.5.0.oozie-4.1.0-SNAPSHOT:test
> (scope not updated to compile)
> ...
> [INFO] | +- org.apache.hive:hive-serde:jar:0.10.0:test
> [INFO] | | +- org.mockito:mockito-all:jar:1.8.5:test (version managed from
> 1.8.2)
> ...
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.1#6144)