public class TestSnapshotFromAdmin extends Object
| Modifier and Type | Field and Description |
|---|---|
static HBaseClassTestRule |
CLASS_RULE |
org.junit.rules.TestName |
name |
| Constructor and Description |
|---|
TestSnapshotFromAdmin() |
| Modifier and Type | Method and Description |
|---|---|
void |
testBackoffLogic()
Test that the logic for doing 'correct' back-off based on exponential increase and the max-time
passed from the server ensures the correct overall waiting for the snapshot to finish.
|
void |
testValidateSnapshotName()
Make sure that we validate the snapshot name and the table name before we pass anything across
the wire
|
public static final HBaseClassTestRule CLASS_RULE
public org.junit.rules.TestName name
public TestSnapshotFromAdmin()
public void testBackoffLogic() throws Exception
Exceptionpublic void testValidateSnapshotName() throws Exception
Exception - on failureCopyright © 2007–2019 Cloudera. All rights reserved.