public class TestClusterBootOrder
extends java.lang.Object
| Constructor and Description |
|---|
TestClusterBootOrder() |
| Modifier and Type | Method and Description |
|---|---|
void |
setUp() |
void |
tearDown() |
void |
testBootMasterFirst()
Tests launching the cluster by first starting master, and then the regionserver
to ensure that it does not matter which is started first.
|
void |
testBootRegionServerFirst()
Tests launching the cluster by first starting regionserver, and then the master
to ensure that it does not matter which is started first.
|
public void setUp()
throws java.lang.Exception
java.lang.Exceptionpublic void tearDown()
throws java.lang.Exception
java.lang.Exceptionpublic void testBootRegionServerFirst()
throws java.lang.Exception
java.lang.Exceptionpublic void testBootMasterFirst()
throws java.lang.Exception
java.lang.Exception