[jira] [Commented] (MAPREDUCE-3132) Running a set of methods in a Single Test Class

2011-09-30 Thread Jonathan Eagles (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/MAPREDUCE-3132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13118376#comment-13118376
 ] 

Jonathan Eagles commented on MAPREDUCE-3132:


-1 overall.  

+1 @author.  The patch does not contain any @author tags.

-1 tests included.  The patch doesn't appear to include any new or modified 
tests.
Please justify why no new tests are needed for this 
patch.
Also please list what manual steps were performed to 
verify this patch.

+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 (version ) 
warnings.

+1 release audit.  The applied patch does not increase the total number of 
release audit warnings.



 Running a set of methods in a Single Test Class
 ---

 Key: MAPREDUCE-3132
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3132
 Project: Hadoop Map/Reduce
  Issue Type: Improvement
  Components: mrv2
Reporter: Jonathan Eagles
Assignee: Jonathan Eagles
 Attachments: MAPREDUCE-3132.patch


 Instead of running every test method in a class, limit to specific testing 
 methods as describe in the link below.
 http://maven.apache.org/plugins/maven-surefire-plugin/examples/single-test.html
 Upgrade to the latest version of maven-surefire-plugin that has this feature.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (MAPREDUCE-3132) Running a set of methods in a Single Test Class

2011-09-30 Thread Hadoop QA (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/MAPREDUCE-3132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13118382#comment-13118382
 ] 

Hadoop QA commented on MAPREDUCE-3132:
--

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12497208/MAPREDUCE-3132.patch
  against trunk revision .

+1 @author.  The patch does not contain any @author tags.

-1 tests included.  The patch doesn't appear to include any new or modified 
tests.
Please justify why no new tests are needed for this 
patch.
Also please list what manual steps were performed to 
verify this patch.

-1 patch.  The patch command could not apply the patch.

Console output: 
https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/914//console

This message is automatically generated.

 Running a set of methods in a Single Test Class
 ---

 Key: MAPREDUCE-3132
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3132
 Project: Hadoop Map/Reduce
  Issue Type: Improvement
  Components: mrv2
Reporter: Jonathan Eagles
Assignee: Jonathan Eagles
 Attachments: MAPREDUCE-3132.patch


 Instead of running every test method in a class, limit to specific testing 
 methods as describe in the link below.
 http://maven.apache.org/plugins/maven-surefire-plugin/examples/single-test.html
 Upgrade to the latest version of maven-surefire-plugin that has this feature.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (MAPREDUCE-3132) Running a set of methods in a Single Test Class

2011-09-30 Thread Jonathan Eagles (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/MAPREDUCE-3132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13118386#comment-13118386
 ] 

Jonathan Eagles commented on MAPREDUCE-3132:


pom.xml changes only in this patch so no tests cases added

manual test was performed to verify new features are working on standard tests 
as well as classes with @Before, @After, @BeforeClass, and @AfterClass 
annotations.

verified .m2 cache that only maven-surefire-plugin version 2.9 is downloaded 
into the cache from a clean cache

 Running a set of methods in a Single Test Class
 ---

 Key: MAPREDUCE-3132
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3132
 Project: Hadoop Map/Reduce
  Issue Type: Improvement
  Components: mrv2
Reporter: Jonathan Eagles
Assignee: Jonathan Eagles
 Attachments: MAPREDUCE-3132.patch


 Instead of running every test method in a class, limit to specific testing 
 methods as describe in the link below.
 http://maven.apache.org/plugins/maven-surefire-plugin/examples/single-test.html
 Upgrade to the latest version of maven-surefire-plugin that has this feature.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (MAPREDUCE-3132) Running a set of methods in a Single Test Class

2011-09-30 Thread Hadoop QA (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/MAPREDUCE-3132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13118430#comment-13118430
 ] 

Hadoop QA commented on MAPREDUCE-3132:
--

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12497214/MAPREDUCE-3132.patch
  against trunk revision .

+1 @author.  The patch does not contain any @author tags.

-1 tests included.  The patch doesn't appear to include any new or modified 
tests.
Please justify why no new tests are needed for this 
patch.
Also please list what manual steps were performed to 
verify this patch.

+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 (version 1.3.9) 
warnings.

+1 release audit.  The applied patch does not increase the total number of 
release audit warnings.

+1 core tests.  The patch passed unit tests in .

+1 contrib tests.  The patch passed contrib unit tests.

Test results: 
https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/915//testReport/
Console output: 
https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/915//console

This message is automatically generated.

 Running a set of methods in a Single Test Class
 ---

 Key: MAPREDUCE-3132
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3132
 Project: Hadoop Map/Reduce
  Issue Type: Improvement
  Components: mrv2
Reporter: Jonathan Eagles
Assignee: Jonathan Eagles
 Attachments: MAPREDUCE-3132.patch, MAPREDUCE-3132.patch


 Instead of running every test method in a class, limit to specific testing 
 methods as describe in the link below.
 http://maven.apache.org/plugins/maven-surefire-plugin/examples/single-test.html
 Upgrade to the latest version of maven-surefire-plugin that has this feature.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira