TestWALProcedureStoreOnHDFS failing on branch-1

This commit is contained in:
Andrew Purtell 2018-05-30 13:45:38 -07:00
parent c17be2e622
commit dcfa01448c
1 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,6 @@ import org.apache.hadoop.hbase.testclassification.MasterTests;
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.ClassRule;
import org.junit.Test;
@ -92,7 +91,8 @@ public class TestWALProcedureStoreOnHDFS {
store.recoverLease();
}
@After
// No @After
@SuppressWarnings("JUnit4TearDownNotRun")
public void tearDown() throws Exception {
store.stop(false);
UTIL.getDFSCluster().getFileSystem().delete(store.getWALDir(), true);