public class TestScannerTimeout
extends java.lang.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 static void setUpBeforeClass()
throws java.lang.Exception
java.lang.Exceptionpublic static void tearDownAfterClass()
throws java.lang.Exception
java.lang.Exceptionpublic void setUp()
throws java.lang.Exception
java.lang.Exceptionpublic void test2481()
throws java.lang.Exception
java.lang.Exceptionpublic void test2772()
throws java.lang.Exception
java.lang.Exceptionpublic void test3686a()
throws java.lang.Exception
java.lang.Exceptionpublic void test3686b()
throws java.lang.Exception
java.lang.Exception