[
https://issues.apache.org/jira/browse/OOZIE-3038?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16132146#comment-16132146
]
Hadoop QA commented on OOZIE-3038:
----------------------------------
Testing JIRA OOZIE-3038
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 5 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:red}WARNING{color}: the current HEAD has 77 Javadoc warning(s)
{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 [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:green}+1 TESTS{color}
. Tests run: 2009
. Tests rerun: 35
. Tests failed at first run:
org.apache.oozie.action.hadoop.TestMapReduceActionExecutor,org.apache.oozie.jms.TestJMSJobEventListener,
{color:green}+1 DISTRO{color}
. {color:green}+1{color} distro tarball builds with the patch
----------------------------
{color:green}*+1 Overall result, good!, no -1s*{color}
{color:red}. There is at least one warning, please check{color}
The full output of the test-patch run is available at
. https://builds.apache.org/job/oozie-trunk-precommit-build/4042/
> Make all Oozie JUnit tests pass on dist_test
> --------------------------------------------
>
> Key: OOZIE-3038
> URL: https://issues.apache.org/jira/browse/OOZIE-3038
> Project: Oozie
> Issue Type: Improvement
> Components: tests
> Affects Versions: 4.3.0
> Reporter: Andras Piros
> Assignee: Andras Piros
> Fix For: 5.0.0
>
> Attachments: OOZIE-3038.001.patch, OOZIE-3038.002.patch
>
>
> We have Oozie JUnit test cases above 2000 pieces right now. To run all the
> JUnit tests before a patch submission is an overkill since these take more
> than two hours.
> As a workaround we can use the
> [*dist_test*|https://github.com/cloudera/dist_test] framework that allows for
> parallel test execution - the load is distributed across possibly hundreds of
> cloud engine slaves. So the JUnit tests run time will equal to the longest
> JUnit test run, that is, in the order of 10-ish minutes for the whole test
> suite across all the Oozie components.
> Nevertheless, some test cases that try to read files with relative access
> (e.g. {{src/test/resources/oozie-site.xml}}), or get system properties that
> are not present on cloud slaves, will certainly fail. This improvement
> addresses that exact issue by making those tests pass also on the cloud.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)