public class TestNodeHealthCheckChore extends Object
Constructor and Description |
---|
TestNodeHealthCheckChore() |
Modifier and Type | Method and Description |
---|---|
void |
cleanUp() |
void |
healthCheckerTest(String script,
org.apache.hadoop.hbase.HealthChecker.HealthCheckerExitStatus expectedStatus) |
void |
testHealthCheckerFail() |
void |
testHealthCheckerSuccess() |
void |
testHealthCheckerTimeout() |
void |
testRSHealthChore() |
public void cleanUp() throws IOException
IOException
public void healthCheckerTest(String script, org.apache.hadoop.hbase.HealthChecker.HealthCheckerExitStatus expectedStatus) throws Exception
Exception