public class TestMasterNoCluster
extends java.lang.Object
| Constructor and Description |
|---|
TestMasterNoCluster() |
| Modifier and Type | Method and Description |
|---|---|
static void |
setUpBeforeClass() |
void |
tearDown() |
static void |
tearDownAfterClass() |
void |
testFailover()
Test master failover.
|
void |
testNotPullingDeadRegionServerFromZK() |
void |
testStopDuringStart()
Test starting master then stopping it before its fully up.
|
public static void setUpBeforeClass()
throws java.lang.Exception
java.lang.Exceptionpublic static void tearDownAfterClass()
throws java.lang.Exception
java.lang.Exceptionpublic void tearDown()
throws KeeperException,
ZooKeeperConnectionException,
java.io.IOException
KeeperExceptionZooKeeperConnectionExceptionjava.io.IOExceptionpublic void testStopDuringStart()
throws java.io.IOException,
KeeperException,
java.lang.InterruptedException
java.io.IOExceptionKeeperExceptionjava.lang.InterruptedExceptionpublic void testFailover()
throws java.io.IOException,
KeeperException,
java.lang.InterruptedException,
ServiceException
java.io.IOExceptionKeeperExceptionjava.lang.InterruptedExceptionServiceExceptionpublic void testNotPullingDeadRegionServerFromZK()
throws java.io.IOException,
KeeperException,
java.lang.InterruptedException
java.io.IOExceptionKeeperExceptionjava.lang.InterruptedException