You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-commits@hadoop.apache.org by to...@apache.org on 2011/04/20 06:55:28 UTC

svn commit: r1095267 - in /hadoop/hdfs/trunk: CHANGES.txt src/contrib/build.xml

Author: todd
Date: Wed Apr 20 04:55:28 2011
New Revision: 1095267

URL: http://svn.apache.org/viewvc?rev=1095267&view=rev
Log:
HDFS-1666. Disable failing hdfsproxy test TestAuthorizationFilter. Contributed by Todd Lipcon

Modified:
    hadoop/hdfs/trunk/CHANGES.txt
    hadoop/hdfs/trunk/src/contrib/build.xml

Modified: hadoop/hdfs/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/hdfs/trunk/CHANGES.txt?rev=1095267&r1=1095266&r2=1095267&view=diff
==============================================================================
--- hadoop/hdfs/trunk/CHANGES.txt (original)
+++ hadoop/hdfs/trunk/CHANGES.txt Wed Apr 20 04:55:28 2011
@@ -660,6 +660,8 @@ Release 0.22.0 - Unreleased
     HDFS-1845. Symlink comes up as directory after namenode restart.
     (John George via eli)
 
+    HDFS-1666. Disable failing hdfsproxy test TestAuthorizationFilter (todd)
+
 Release 0.21.1 - Unreleased
 
   IMPROVEMENTS

Modified: hadoop/hdfs/trunk/src/contrib/build.xml
URL: http://svn.apache.org/viewvc/hadoop/hdfs/trunk/src/contrib/build.xml?rev=1095267&r1=1095266&r2=1095267&view=diff
==============================================================================
--- hadoop/hdfs/trunk/src/contrib/build.xml (original)
+++ hadoop/hdfs/trunk/src/contrib/build.xml Wed Apr 20 04:55:28 2011
@@ -46,9 +46,11 @@
   <!-- Test all the contribs.                               -->
   <!-- ====================================================== -->
   <target name="test">
+    <!-- hdfsproxy tests failing due to HDFS-1666
     <subant target="test">
       <fileset dir="." includes="hdfsproxy/build.xml"/>
     </subant>
+      -->
   </target>