HBASE-14317 Stuck FSHLog: bad disk (HDFS-8960) and can't roll WAL; addendum

This commit is contained in:
stack 2015-09-03 21:34:20 -07:00
parent 661faf6fe0
commit 54717a6314
1 changed files with 2 additions and 2 deletions

View File

@ -71,7 +71,7 @@ public class TestFSErrorsExposed {
* Injects errors into the pread calls of an on-disk file, and makes
* sure those bubble up to the HFile scanner
*/
// @Test
@Test
public void testHFileScannerThrowsErrors() throws IOException {
Path hfilePath = new Path(new Path(
util.getDataTestDir("internalScannerExposesErrors"),
@ -121,7 +121,7 @@ public class TestFSErrorsExposed {
* Injects errors into the pread calls of an on-disk file, and makes
* sure those bubble up to the StoreFileScanner
*/
// @Test
@Test
public void testStoreFileScannerThrowsErrors() throws IOException {
Path hfilePath = new Path(new Path(
util.getDataTestDir("internalScannerExposesErrors"),