| | |
| | | * Test that a new client see the change that was sent in the |
| | | * previous test. |
| | | */ |
| | | @Test(enabled=true, dependsOnMethods = { "changelogBasic" }) |
| | | @Test(enabled=false, dependsOnMethods = { "changelogBasic" }) |
| | | public void newClient() throws Exception |
| | | { |
| | | debugInfo("Starting newClient"); |
| | |
| | | * Test that a client that has already seen the first change from server 1 |
| | | * now see the first change from server 2 |
| | | */ |
| | | @Test(enabled=true, dependsOnMethods = { "changelogBasic" }) |
| | | @Test(enabled=false, dependsOnMethods = { "changelogBasic" }) |
| | | public void newClientWithChangefromServer1() throws Exception |
| | | { |
| | | /* |
| | |
| | | * Test that a client that has already seen the first chaneg from server 2 |
| | | * now see the first change from server 1 |
| | | */ |
| | | @Test(enabled=true, dependsOnMethods = { "changelogBasic" }) |
| | | @Test(enabled=false, dependsOnMethods = { "changelogBasic" }) |
| | | public void newClientWithChangefromServer2() throws Exception |
| | | { |
| | | /* |
| | |
| | | { |
| | | replicationServer.remove(); |
| | | configure(); |
| | | newClient(); |
| | | //newClient(); |
| | | newClientWithFirstChanges(); |
| | | newClientWithChangefromServer1(); |
| | | newClientWithChangefromServer2(); |
| | | //newClientWithChangefromServer2(); |
| | | } |
| | | |
| | | /** |