public class TestClientTimeouts extends Object
Modifier and Type | Class and Description |
---|---|
(package private) static class |
TestClientTimeouts.RandomTimeoutBlockingRpcChannel
Blocking rpc channel that goes via hbase rpc.
|
private static class |
TestClientTimeouts.RandomTimeoutRpcChannel |
static class |
TestClientTimeouts.RandomTimeoutRpcClient
Rpc Channel implementation with RandomTimeoutBlockingRpcChannel
|
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
protected static int |
SLAVES |
private static HBaseTestingUtility |
TEST_UTIL |
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 final HBaseClassTestRule CLASS_RULE
private static final HBaseTestingUtility TEST_UTIL
protected static int SLAVES
public TestClientTimeouts()
public static void setUpBeforeClass() throws Exception
Exception
public static void tearDownAfterClass() throws Exception
Exception
public void testAdminTimeout() throws Exception
Exception
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.