MAPREDUCE-3133. Running a set of methods in a Single Test Class. (Jonathan Eagles via mahadev)

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1182688 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mahadev Konar 2011-10-13 07:07:01 +00:00
parent 5a71f004e9
commit 6b6f02c51d
3 changed files with 5 additions and 2 deletions

View File

@ -374,6 +374,9 @@ Release 0.23.0 - Unreleased
MAPREDUCE-3148. Ported MAPREDUCE-2702 to old mapred api for aiding task
recovery. (acmurthy)
MAPREDUCE-3133. Running a set of methods in a Single Test Class.
(Jonathan Eagles via mahadev)
OPTIMIZATIONS
MAPREDUCE-2026. Make JobTracker.getJobCounters() and

View File

@ -261,7 +261,7 @@
<artifactId>maven-surefire-plugin</artifactId>
<!-- requires 2.5+ to make system properties work -->
<!-- requires 2.7+ to avoid SUREFIRE-640 -->
<version>2.7.2</version>
<version>2.9</version>
<configuration>
<failIfNoTests>false</failIfNoTests>
<redirectTestOutputToFile>${test.logs}</redirectTestOutputToFile>

View File

@ -214,7 +214,7 @@
<artifactId>maven-surefire-plugin</artifactId>
<!-- requires 2.5+ to make system properties work -->
<!-- requires 2.7+ to avoid SUREFIRE-640 -->
<version>2.7.2</version>
<version>2.9</version>
<configuration>
<failIfNoTests>false</failIfNoTests>
<redirectTestOutputToFile>${test.logs}</redirectTestOutputToFile>