public class TestMasterShutdown extends Object
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
private static org.slf4j.Logger |
LOG |
Constructor and Description |
---|
TestMasterShutdown() |
Modifier and Type | Method and Description |
---|---|
void |
testMasterShutdown()
Simple test of shutdown.
|
void |
testMasterShutdownBeforeStartingAnyRegionServer() |
public static final HBaseClassTestRule CLASS_RULE
private static final org.slf4j.Logger LOG
public TestMasterShutdown()
public void testMasterShutdown() throws Exception
Starts with three masters. Tells the active master to shutdown the cluster. Verifies that all masters are properly shutdown.
Exception
public void testMasterShutdownBeforeStartingAnyRegionServer() throws Exception
Exception
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.