Author: rangadi
Date: Thu Feb 19 19:50:29 2009
New Revision: 745977

URL: http://svn.apache.org/viewvc?rev=745977&view=rev
Log:
minor: the original patch for HADOOP-5224 did not disable
append tests in libhdfs. This fixes it. (Raghu Angadi)

Modified:
    hadoop/core/branches/branch-0.19/src/c++/libhdfs/hdfs_test.c

Modified: hadoop/core/branches/branch-0.19/src/c++/libhdfs/hdfs_test.c
URL: 
http://svn.apache.org/viewvc/hadoop/core/branches/branch-0.19/src/c%2B%2B/libhdfs/hdfs_test.c?rev=745977&r1=745976&r2=745977&view=diff
==============================================================================
--- hadoop/core/branches/branch-0.19/src/c++/libhdfs/hdfs_test.c (original)
+++ hadoop/core/branches/branch-0.19/src/c++/libhdfs/hdfs_test.c Thu Feb 19 
19:50:29 2009
@@ -317,7 +317,7 @@
         totalResult += (result ? 0 : 1);
     }
 
-    {
+    if (0) { // disable append tests in 0.19.x
       // TEST APPENDS
       const char *writePath = "/tmp/appends";
 


Reply via email to