Amend HBASE-20646 TestWALProcedureStoreOnHDFS failing on branch-1
Suppress error-prone false positive
This commit is contained in:
parent
345567d714
commit
f4ac15999a
|
@ -106,6 +106,7 @@ public class TestWALProcedureStoreOnHDFS {
|
|||
}
|
||||
|
||||
// No @After
|
||||
@SuppressWarnings("JUnit4TearDownNotRun")
|
||||
public void tearDown() throws Exception {
|
||||
store.stop(false);
|
||||
UTIL.getDFSCluster().getFileSystem().delete(store.getWALDir(), true);
|
||||
|
|
Loading…
Reference in New Issue