public class TestFSErrorsExposed extends Object
| Constructor and Description |
|---|
TestFSErrorsExposed() |
| Modifier and Type | Method and Description |
|---|---|
void |
testFullSystemBubblesFSErrors()
Cluster test which starts a region server with a region, then
removes the data from HDFS underneath it, and ensures that
errors are bubbled to the client.
|
void |
testHFileScannerThrowsErrors()
Injects errors into the pread calls of an on-disk file, and makes
sure those bubble up to the HFile scanner
|
void |
testStoreFileScannerThrowsErrors()
Injects errors into the pread calls of an on-disk file, and makes
sure those bubble up to the StoreFileScanner
|
public void testHFileScannerThrowsErrors()
throws IOException
IOExceptionpublic void testStoreFileScannerThrowsErrors()
throws IOException
IOException