Class TestRSStatusPage
java.lang.Object
org.apache.hadoop.hbase.regionserver.http.TestRSStatusPage
@Tag("org.apache.hadoop.hbase.testclassification.RegionServerTests") @Tag("org.apache.hadoop.hbase.testclassification.MediumTests")
public class TestRSStatusPage
extends Object
Tests for the region server status page and its template.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static org.apache.hadoop.hbase.LocalHBaseClusterprivate Stringstatic final Stringstatic final Stringprivate static final HBaseTestingUtil -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidprivate static voidcreateTestTables(org.apache.hadoop.hbase.master.HMaster master) voidinitTestName(org.junit.jupiter.api.TestInfo testInfo) static voidHelper method to shut down the cluster (if running)void
-
Field Details
-
CLUSTER
-
UTIL
-
TEST_TABLE_NAME_1
- See Also:
-
TEST_TABLE_NAME_2
- See Also:
-
name
-
-
Constructor Details
-
TestRSStatusPage
public TestRSStatusPage()
-
-
Method Details
-
initTestName
-
beforeClass
- Throws:
Exception
-
shutDownMiniCluster
Helper method to shut down the cluster (if running)- Throws:
Exception
-
testStatusPage
- Throws:
Exception
-
createTestTables
private static void createTestTables(org.apache.hadoop.hbase.master.HMaster master) throws IOException - Throws:
IOException
-