Author: cmccabe Date: Mon Jun 16 20:35:45 2014 New Revision: 1602998 URL: http://svn.apache.org/r1602998 Log: HDFS-6539. test_native_mini_dfs is skipped in hadoop-hdfs pom.xml (decstery via cmccabe)
Modified: hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/pom.xml Modified: hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt URL: http://svn.apache.org/viewvc/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt?rev=1602998&r1=1602997&r2=1602998&view=diff ============================================================================== --- hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt (original) +++ hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt Mon Jun 16 20:35:45 2014 @@ -636,6 +636,9 @@ Release 2.5.0 - UNRELEASED HDFS-6375. Listing extended attributes with the search permission. (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 HDFS-6299. Protobuf for XAttr and client-side implementation. (Yi Liu via umamahesh) Modified: hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/pom.xml URL: http://svn.apache.org/viewvc/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/pom.xml?rev=1602998&r1=1602997&r2=1602998&view=diff ============================================================================== --- hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/pom.xml (original) +++ hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/pom.xml Mon Jun 16 20:35:45 2014 @@ -408,7 +408,7 @@ http://maven.apache.org/xsd/maven-4.0.0. </exec> <exec executable="sh" failonerror="true" dir="${project.build.directory}/native/"> <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="SKIPTESTS" value="${skipTests}"/> </exec>