public class TestMasterReplication extends Object
Modifier and Type | Class and Description |
---|---|
static class |
TestMasterReplication.CoprocessorCounter
Use a coprocessor to count puts and deletes.
|
Constructor and Description |
---|
TestMasterReplication() |
Modifier and Type | Method and Description |
---|---|
void |
setUp() |
void |
tearDown() |
void |
testCyclicReplication1()
It tests the replication scenario involving 0 -> 1 -> 0.
|
void |
testCyclicReplication2()
Tests the cyclic replication scenario of 0 -> 1 -> 2 -> 0 by adding and
deleting rows to a table in each clusters and ensuring that the each of
these clusters get the appropriate mutations.
|
void |
testCyclicReplication3()
Tests cyclic replication scenario of 0 -> 1 -> 2 -> 1.
|
public void testCyclicReplication1() throws Exception
Exception
public void testCyclicReplication2() throws Exception
Exception
public void testCyclicReplication3() throws Exception
Exception
public void tearDown() throws IOException
IOException