public class TestScannerTimeout extends Object
Constructor and Description |
---|
TestScannerTimeout() |
Modifier and Type | Method and Description |
---|---|
void |
setUp() |
static void |
setUpBeforeClass() |
static void |
tearDownAfterClass() |
void |
test2481()
Test that we do get a ScannerTimeoutException
|
void |
test2772()
Test that scanner can continue even if the region server it was reading
from failed.
|
void |
test3686a()
Test that scanner won't miss any rows if the region server it was reading
from failed.
|
void |
test3686b()
Make sure that no rows are lost if the scanner timeout is longer on the
client than the server, and the scan times out on the server but not the
client.
|
public void test2481() throws Exception
Exception
public void test2772() throws Exception
Exception
public void test3686a() throws Exception
Exception