HDFS-2401. 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@1182694 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mahadev Konar 2011-10-13 07:13:54 +00:00
parent 6b6f02c51d
commit e123a37bf1
2 changed files with 4 additions and 0 deletions

View File

@ -806,6 +806,9 @@ Release 0.23.0 - Unreleased
HDFS-2205. Log message for failed connection to datanode is not HDFS-2205. Log message for failed connection to datanode is not
followed by a success message. (Ravi Prakash via stevel) followed by a success message. (Ravi Prakash via stevel)
HDFS-2401. Running a set of methods in a Single Test Class.
(Jonathan Eagles via mahadev)
OPTIMIZATIONS OPTIMIZATIONS
HDFS-1458. Improve checkpoint performance by avoiding unnecessary image HDFS-1458. Improve checkpoint performance by avoiding unnecessary image

View File

@ -259,6 +259,7 @@
<configuration> <configuration>
<target> <target>
<delete dir="${test.build.data}"/> <delete dir="${test.build.data}"/>
<mkdir dir="${test.build.data}"/>
<mkdir dir="${hadoop.log.dir}"/> <mkdir dir="${hadoop.log.dir}"/>
<copy todir="${project.build.directory}/test-classes/webapps"> <copy todir="${project.build.directory}/test-classes/webapps">