public class TestScannerTimeout extends Object
| Modifier and Type | Field and Description |
|---|---|
static HBaseClassTestRule |
CLASS_RULE |
| Constructor and Description |
|---|
TestScannerTimeout() |
| Modifier and Type | Method and Description |
|---|---|
void |
setUp() |
static void |
setUpBeforeClass() |
static void |
tearDownAfterClass() |
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 final HBaseClassTestRule CLASS_RULE
public TestScannerTimeout()
public static void setUpBeforeClass() throws Exception
Exceptionpublic static void tearDownAfterClass() throws Exception
Exceptionpublic void test2772() throws Exception
Exceptionpublic void test3686a() throws Exception
ExceptionCopyright © 2007–2019 Cloudera. All rights reserved.