Prechádzať zdrojové kódy

MAPREDUCE-3480. Disable TestJvmReuse in branch-1.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-1@1208039 13f79535-47bb-0310-9956-ffa450edef68
Jitendra Nath Pandey 13 rokov pred
rodič
commit
cae2cebdfa

+ 2 - 0
CHANGES.txt

@@ -238,6 +238,8 @@ Release 1.0.0 - unreleased
 
     HADOOP-7865. Test Failures in 1.0 hdfs/common. (jitendra)
 
+    MAPREDUCE-3480. Disable TestJvmReuse in branch-1. (jitendra)
+
 Release 0.20.205.0 - 2011.10.06
 
   NEW FEATURES

+ 2 - 0
src/test/org/apache/hadoop/mapred/TestJvmReuse.java

@@ -28,7 +28,9 @@ import org.apache.hadoop.fs.Path;
 import org.apache.hadoop.io.IntWritable;
 import org.apache.hadoop.io.LongWritable;
 import org.apache.hadoop.io.Text;
+import org.junit.Ignore;
 
+@Ignore
 public class TestJvmReuse extends TestCase {
   private static Path rootDir = new Path(System.getProperty("test.build.data",
       "/tmp"), TestJvmReuse.class.getName());