HDFS-6539. test_native_mini_dfs is skipped in hadoop-hdfs pom.xml (decstery via cmccabe)

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1602999 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Colin McCabe 2014-06-16 20:36:06 +00:00
parent 33c2df3a17
commit a2aebb4b28
2 changed files with 4 additions and 1 deletions

View File

@ -381,6 +381,9 @@ Release 2.5.0 - UNRELEASED
HDFS-6375. Listing extended attributes with the search permission. HDFS-6375. Listing extended attributes with the search permission.
(Charles Lamb via wang) (Charles Lamb via wang)
HDFS-6539. test_native_mini_dfs is skipped in hadoop-hdfs/pom.xml
(decstery via cmccabe)
BREAKDOWN OF HDFS-2006 SUBTASKS AND RELATED JIRAS BREAKDOWN OF HDFS-2006 SUBTASKS AND RELATED JIRAS
HDFS-6299. Protobuf for XAttr and client-side implementation. (Yi Liu via umamahesh) HDFS-6299. Protobuf for XAttr and client-side implementation. (Yi Liu via umamahesh)

View File

@ -551,7 +551,7 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
</exec> </exec>
<exec executable="sh" failonerror="true" dir="${project.build.directory}/native/"> <exec executable="sh" failonerror="true" dir="${project.build.directory}/native/">
<arg value="-c"/> <arg value="-c"/>
<arg value="[ x$SKIPTESTS = xtrue ] || ${project.build.directory}/native/test_libhdfs_threaded"/> <arg value="[ x$SKIPTESTS = xtrue ] || ${project.build.directory}/native/test_native_mini_dfs"/>
<env key="CLASSPATH" value="${test_classpath}:${compile_classpath}"/> <env key="CLASSPATH" value="${test_classpath}:${compile_classpath}"/>
<env key="SKIPTESTS" value="${skipTests}"/> <env key="SKIPTESTS" value="${skipTests}"/>
</exec> </exec>