| | |
| | | /** |
| | | * Tests the import side of the Initialize task |
| | | */ |
| | | @Test(enabled=true) |
| | | @Test(enabled=true, groups="slow") |
| | | public void initializeImport() throws Exception |
| | | { |
| | | String testCase = "InitializeImport"; |
| | |
| | | /** |
| | | * Tests the export side of the Initialize task |
| | | */ |
| | | @Test(enabled=true) |
| | | @Test(enabled=true, groups="slow") |
| | | public void initializeExport() throws Exception |
| | | { |
| | | String testCase = "Replication/InitializeExport"; |
| | |
| | | /** |
| | | * Tests the import side of the InitializeTarget task |
| | | */ |
| | | @Test(enabled=true) |
| | | @Test(enabled=true, groups="slow") |
| | | public void initializeTargetExport() throws Exception |
| | | { |
| | | String testCase = "Replication/InitializeTargetExport"; |
| | |
| | | /** |
| | | * Tests the import side of the InitializeTarget task |
| | | */ |
| | | @Test(enabled=true) |
| | | @Test(enabled=true, groups="slow") |
| | | public void initializeTargetExportAll() throws Exception |
| | | { |
| | | String testCase = "Replication/InitializeTargetExportAll"; |
| | |
| | | /** |
| | | * Tests the import side of the InitializeTarget task |
| | | */ |
| | | @Test(enabled=true) |
| | | @Test(enabled=true, groups="slow") |
| | | public void initializeTargetImport() throws Exception |
| | | { |
| | | String testCase = "InitializeTargetImport"; |
| | |
| | | * ReplServerInfoMessage(s) exchanged by the replication |
| | | * servers. |
| | | */ |
| | | @Test(enabled=true) |
| | | @Test(enabled=true, groups="slow") |
| | | public void testReplServerInfos() throws Exception |
| | | { |
| | | String testCase = "Replication/TestReplServerInfos"; |
| | |
| | | changelog1 = null; |
| | | } |
| | | |
| | | @Test(enabled=true) |
| | | @Test(enabled=true, groups="slow") |
| | | public void initializeTargetExportMultiSS() throws Exception |
| | | { |
| | | try |
| | |
| | | } |
| | | } |
| | | |
| | | @Test(enabled=true) |
| | | @Test(enabled=true, groups="slow") |
| | | public void initializeExportMultiSS() throws Exception |
| | | { |
| | | String testCase = "Replication/InitializeExportMultiSS"; |