HBASE-14317 Stuck FSHLog: bad disk (HDFS-8960) and can't roll WAL; addendum
This commit is contained in:
parent
661faf6fe0
commit
54717a6314
|
@ -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"),
|
||||
|
|
Loading…
Reference in New Issue