HBASE-19554 reenable TestDLSAsyncFSWAL/TestDLSFSHLog for debugging

This commit is contained in:
zhangduo 2018-02-05 08:58:16 +08:00
parent e1cd10b002
commit 88d6e06a1f
2 changed files with 0 additions and 4 deletions

View File

@ -21,10 +21,8 @@ import org.apache.hadoop.hbase.HBaseClassTestRule;
import org.apache.hadoop.hbase.testclassification.LargeTests;
import org.apache.hadoop.hbase.testclassification.MasterTests;
import org.junit.ClassRule;
import org.junit.Ignore;
import org.junit.experimental.categories.Category;
@Ignore // Temporarily disabled. Fails 40% of the time.
@Category({ MasterTests.class, LargeTests.class })
public class TestDLSAsyncFSWAL extends AbstractTestDLS {

View File

@ -21,10 +21,8 @@ import org.apache.hadoop.hbase.HBaseClassTestRule;
import org.apache.hadoop.hbase.testclassification.LargeTests;
import org.apache.hadoop.hbase.testclassification.MasterTests;
import org.junit.ClassRule;
import org.junit.Ignore;
import org.junit.experimental.categories.Category;
@Ignore // Fails 33% of the time. Disabling for now.
@Category({ MasterTests.class, LargeTests.class })
public class TestDLSFSHLog extends AbstractTestDLS {