Skip to content

Commit

Permalink
HBASE-14317 Stuck FSHLog: bad disk (HDFS-8960) and can't roll WAL; ad…
Browse files Browse the repository at this point in the history
…dendum
  • Loading branch information
saintstack committed Sep 4, 2015
1 parent 661faf6 commit 54717a6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down Expand Up @@ -121,7 +121,7 @@ public void testHFileScannerThrowsErrors() throws IOException {
* 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"),
Expand Down

0 comments on commit 54717a6

Please sign in to comment.