You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by te...@apache.org on 2014/03/27 01:05:10 UTC

svn commit: r1582133 - /hbase/trunk/hbase-server/src/test/java/org/apache/hadoop/hbase/TestIOFencing.java

Author: tedyu
Date: Thu Mar 27 00:05:10 2014
New Revision: 1582133

URL: http://svn.apache.org/r1582133
Log:
HBASE-8889 TestIOFencing#testFencingAroundCompaction occasionally fails


Modified:
    hbase/trunk/hbase-server/src/test/java/org/apache/hadoop/hbase/TestIOFencing.java

Modified: hbase/trunk/hbase-server/src/test/java/org/apache/hadoop/hbase/TestIOFencing.java
URL: http://svn.apache.org/viewvc/hbase/trunk/hbase-server/src/test/java/org/apache/hadoop/hbase/TestIOFencing.java?rev=1582133&r1=1582132&r2=1582133&view=diff
==============================================================================
--- hbase/trunk/hbase-server/src/test/java/org/apache/hadoop/hbase/TestIOFencing.java (original)
+++ hbase/trunk/hbase-server/src/test/java/org/apache/hadoop/hbase/TestIOFencing.java Thu Mar 27 00:05:10 2014
@@ -49,7 +49,6 @@ import org.apache.hadoop.hdfs.server.dat
 import org.apache.hadoop.hdfs.server.namenode.FSNamesystem;
 import org.apache.hadoop.hdfs.server.namenode.LeaseManager;
 import org.apache.log4j.Level;
-import org.junit.Ignore;
 import org.junit.Test;
 import org.junit.experimental.categories.Category;
 
@@ -203,7 +202,6 @@ public class TestIOFencing {
    * a new regionserver altogether.  This fakes the double assignment case where region in one
    * location changes the files out from underneath a region being served elsewhere.
    */
-  @Ignore("See HBASE-10298")
   @Test
   public void testFencingAroundCompaction() throws Exception {
     doTest(BlockCompactionsInPrepRegion.class);
@@ -215,7 +213,6 @@ public class TestIOFencing {
    * a new regionserver altogether.  This fakes the double assignment case where region in one
    * location changes the files out from underneath a region being served elsewhere.
    */
-  @Ignore("See HBASE-10298")
   @Test
   public void testFencingAroundCompactionAfterWALSync() throws Exception {
     doTest(BlockCompactionsInCompletionRegion.class);