Revert "TestWALProcedureStoreOnHDFS failing on branch-1"

This reverts commit 694e79a67e.
This commit is contained in:
Andrew Purtell 2018-05-30 14:44:49 -07:00
parent 694e79a67e
commit 15bb234d51
1 changed files with 2 additions and 2 deletions

View File

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