Skip to content
This repository has been archived by the owner on Feb 9, 2021. It is now read-only.

Commit

Permalink
HADOOP-6575. Remove call to fault injection tests not present in 0.20.
Browse files Browse the repository at this point in the history
  • Loading branch information
cdouglas committed Feb 18, 2010
1 parent 810688a commit b6de483
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGES.txt
Expand Up @@ -5,6 +5,9 @@ Release 0.20.3 - Unreleased
MAPREDUCE-623. Resolve javac warnings in mapreduce. (Jothi Padmanabhan
via sharad)

HADOOP-6575. Remove call to fault injection tests not present in 0.20.
(cdouglas)

Release 0.20.2 - 2010-2-16

NEW FEATURES
Expand Down
3 changes: 1 addition & 2 deletions build.xml
Expand Up @@ -764,12 +764,11 @@
</subant>
</target>

<target name="test" description="Run core, contrib, fault injection tests">
<target name="test" description="Run core, contrib tests">
<delete file="${test.build.dir}/testsfailed"/>
<property name="continueOnFailure" value="true"/>
<antcall target="test-core"/>
<antcall target="test-contrib"/>
<antcall target="run-test-core-fault-inject"/>
<available file="${test.build.dir}/testsfailed" property="testsfailed"/>
<fail if="testsfailed">Tests failed!</fail>
</target>
Expand Down

0 comments on commit b6de483

Please sign in to comment.