public class TestClientTimeouts
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TestClientTimeouts.RandomTimeoutRpcClient
Rpc Channel implementation with RandomTimeoutBlockingRpcChannel
|
| Modifier and Type | Field and Description |
|---|---|
protected static int |
SLAVES |
| Constructor and Description |
|---|
TestClientTimeouts() |
| Modifier and Type | Method and Description |
|---|---|
static void |
setUpBeforeClass() |
static void |
tearDownAfterClass() |
void |
testAdminTimeout()
Test that a client that fails an RPC to the master retries properly and
doesn't throw any unexpected exceptions.
|
public static void setUpBeforeClass()
throws java.lang.Exception
java.lang.Exceptionpublic static void tearDownAfterClass()
throws java.lang.Exception
java.lang.Exceptionpublic void testAdminTimeout()
throws java.lang.Exception
java.lang.Exception