MAPREDUCE-3133. Running a set of methods in a Single Test Class. (Jonathan Eagles via mahadev) - Merging r1182688 from trunk
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1182691 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
17161d9041
commit
66aca6d25d
|
@ -331,6 +331,9 @@ Release 0.23.0 - Unreleased
|
||||||
MAPREDUCE-3148. Ported MAPREDUCE-2702 to old mapred api for aiding task
|
MAPREDUCE-3148. Ported MAPREDUCE-2702 to old mapred api for aiding task
|
||||||
recovery. (acmurthy)
|
recovery. (acmurthy)
|
||||||
|
|
||||||
|
MAPREDUCE-3133. Running a set of methods in a Single Test Class.
|
||||||
|
(Jonathan Eagles via mahadev)
|
||||||
|
|
||||||
OPTIMIZATIONS
|
OPTIMIZATIONS
|
||||||
|
|
||||||
MAPREDUCE-2026. Make JobTracker.getJobCounters() and
|
MAPREDUCE-2026. Make JobTracker.getJobCounters() and
|
||||||
|
|
|
@ -260,7 +260,7 @@
|
||||||
<artifactId>maven-surefire-plugin</artifactId>
|
<artifactId>maven-surefire-plugin</artifactId>
|
||||||
<!-- requires 2.5+ to make system properties work -->
|
<!-- requires 2.5+ to make system properties work -->
|
||||||
<!-- requires 2.7+ to avoid SUREFIRE-640 -->
|
<!-- requires 2.7+ to avoid SUREFIRE-640 -->
|
||||||
<version>2.7.2</version>
|
<version>2.9</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<failIfNoTests>false</failIfNoTests>
|
<failIfNoTests>false</failIfNoTests>
|
||||||
<redirectTestOutputToFile>${test.logs}</redirectTestOutputToFile>
|
<redirectTestOutputToFile>${test.logs}</redirectTestOutputToFile>
|
||||||
|
|
|
@ -213,7 +213,7 @@
|
||||||
<artifactId>maven-surefire-plugin</artifactId>
|
<artifactId>maven-surefire-plugin</artifactId>
|
||||||
<!-- requires 2.5+ to make system properties work -->
|
<!-- requires 2.5+ to make system properties work -->
|
||||||
<!-- requires 2.7+ to avoid SUREFIRE-640 -->
|
<!-- requires 2.7+ to avoid SUREFIRE-640 -->
|
||||||
<version>2.7.2</version>
|
<version>2.9</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<failIfNoTests>false</failIfNoTests>
|
<failIfNoTests>false</failIfNoTests>
|
||||||
<redirectTestOutputToFile>${test.logs}</redirectTestOutputToFile>
|
<redirectTestOutputToFile>${test.logs}</redirectTestOutputToFile>
|
||||||
|
|
Loading…
Reference in New Issue