public class TestClientNoCluster
extends Configured
| Modifier and Type | Field and Description |
|---|---|
static ServerName |
META_SERVERNAME |
| Constructor and Description |
|---|
TestClientNoCluster() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args)
Run a client instance against a faked up server.
|
int |
run(String[] arg0) |
void |
setUp() |
void |
testDoNotRetryMetaScanner() |
void |
testDoNotRetryOnScanNext() |
void |
testRegionServerStoppedOnScannerOpen() |
void |
testRpcTimeout()
Test that operation timeout prevails over rpc default timeout and retries, etc.
|
void |
testTimeoutAndRetries()
Remove the @Ignore to try out timeout and retry asettings
|
public static final ServerName META_SERVERNAME
public void testTimeoutAndRetries()
throws IOException
IOExceptionpublic void testRpcTimeout()
throws IOException
IOExceptionpublic void testDoNotRetryMetaScanner()
throws IOException
IOExceptionpublic void testDoNotRetryOnScanNext()
throws IOException
IOExceptionpublic void testRegionServerStoppedOnScannerOpen()
throws IOException
IOException