[
https://issues.apache.org/jira/browse/MAPREDUCE-1209?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12787328#action_12787328
]
Hadoop QA commented on MAPREDUCE-1209:
--------------------------------------
-1 overall. Here are the results of testing the latest attachment
http://issues.apache.org/jira/secure/attachment/12427272/mapreduce-1209.txt
against trunk revision 888144.
+1 @author. The patch does not contain any @author tags.
+1 tests included. The patch appears to include 3 new or modified tests.
+1 javadoc. The javadoc tool did not generate any warning messages.
+1 javac. The applied patch does not increase the total number of javac
compiler warnings.
+1 findbugs. The patch does not introduce any new Findbugs warnings.
+1 release audit. The applied patch does not increase the total number of
release audit warnings.
-1 core tests. The patch failed core unit tests.
+1 contrib tests. The patch passed contrib unit tests.
Test results:
http://hudson.zones.apache.org/hudson/job/Mapreduce-Patch-h6.grid.sp2.yahoo.net/299/testReport/
Findbugs warnings:
http://hudson.zones.apache.org/hudson/job/Mapreduce-Patch-h6.grid.sp2.yahoo.net/299/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Checkstyle results:
http://hudson.zones.apache.org/hudson/job/Mapreduce-Patch-h6.grid.sp2.yahoo.net/299/artifact/trunk/build/test/checkstyle-errors.html
Console output:
http://hudson.zones.apache.org/hudson/job/Mapreduce-Patch-h6.grid.sp2.yahoo.net/299/console
This message is automatically generated.
> Move common specific part of the test TestReflectionUtils out of mapred into
> common
> -----------------------------------------------------------------------------------
>
> Key: MAPREDUCE-1209
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-1209
> Project: Hadoop Map/Reduce
> Issue Type: Sub-task
> Components: test
> Affects Versions: 0.21.0, 0.22.0
> Reporter: Vinod K V
> Assignee: Todd Lipcon
> Priority: Blocker
> Fix For: 0.21.0, 0.22.0
>
> Attachments: mapreduce-1209.txt, mapreduce-1209.txt
>
>
> As commented by Tom here
> (https://issues.apache.org/jira/browse/HADOOP-6230?focusedCommentId=12751058&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#action_12751058),
> TestReflectionUtils has a single test testSetConf() to test backward
> compatibility of ReflectionUtils for JobConfigurable objects.
> TestReflectionUtils can be spilt into two tests - one on common and one in
> mapred - this single test may reside in mapred till the mapred package is
> removed.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.