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:
parent
6b6f02c51d
commit
e123a37bf1
@ -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
|
||||||
|
@ -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">
|
||||||
|
Loading…
Reference in New Issue
Block a user