HBASE-20646 TestWALProcedureStoreOnHDFS failing on branch-1

This commit is contained in:
Andrew Purtell 2018-05-24 18:06:12 -07:00
parent b892be7440
commit 87d4e4e4e2
1 changed files with 1 additions and 2 deletions

View File

@ -52,7 +52,6 @@ import org.apache.hadoop.hbase.util.Threads;
import org.apache.hadoop.hdfs.MiniDFSCluster;
import org.apache.hadoop.hdfs.server.datanode.DataNode;
import org.junit.After;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
@ -106,7 +105,7 @@ public class TestWALProcedureStoreOnHDFS {
store.recoverLease();
}
@After
// No @After
public void tearDown() throws Exception {
store.stop(false);
UTIL.getDFSCluster().getFileSystem().delete(store.getWALDir(), true);