| | |
| | | @Test(enabled=false) |
| | | public void toggleReceiveStatus() throws Exception |
| | | { |
| | | logError(Message.raw("Starting synchronization test : toggleReceiveStatus", |
| | | Category.SYNC, Severity.INFORMATION)); |
| | | logError(Message.raw(Category.SYNC, Severity.INFORMATION, |
| | | "Starting synchronization test : toggleReceiveStatus")); |
| | | |
| | | final DN baseDn = DN.decode("ou=People,dc=example,dc=com"); |
| | | |
| | |
| | | @Test(groups = "slow") |
| | | public void lostHeartbeatFailover() throws Exception |
| | | { |
| | | logError(Message.raw("Starting replication test : lostHeartbeatFailover", |
| | | Category.SYNC, Severity.INFORMATION)); |
| | | logError(Message.raw(Category.SYNC, Severity.INFORMATION, |
| | | "Starting replication test : lostHeartbeatFailover")); |
| | | |
| | | cleanRealEntries(); |
| | | |
| | |
| | | @Test(enabled=true, groups="slow") |
| | | public void namingConflicts() throws Exception |
| | | { |
| | | logError(Message.raw("Starting replication test : namingConflicts", |
| | | Category.SYNC, Severity.INFORMATION)); |
| | | logError(Message.raw(Category.SYNC, Severity.INFORMATION, |
| | | "Starting replication test : namingConflicts")); |
| | | |
| | | final DN baseDn = DN.decode("ou=People,dc=example,dc=com"); |
| | | String resolvedMonitorAttr = "resolved-naming-conflicts"; |
| | |
| | | public void updateOperations(boolean assured) throws Exception |
| | | { |
| | | logError(Message.raw( |
| | | "Starting replication test : updateOperations " + assured, |
| | | Category.SYNC, Severity.INFORMATION)); |
| | | Category.SYNC, Severity.INFORMATION, |
| | | "Starting replication test : updateOperations " + assured)); |
| | | |
| | | final DN baseDn = DN.decode("ou=People,dc=example,dc=com"); |
| | | |
| | |
| | | @Test(enabled=true) |
| | | public void deleteNoSuchObject() throws Exception |
| | | { |
| | | logError(Message.raw("Starting replication test : deleteNoSuchObject", |
| | | Category.SYNC, Severity.INFORMATION)); |
| | | logError(Message.raw(Category.SYNC, Severity.INFORMATION, |
| | | "Starting replication test : deleteNoSuchObject")); |
| | | |
| | | DN dn = DN.decode("cn=No Such Object,ou=People,dc=example,dc=com"); |
| | | DeleteOperationBasis op = |
| | |
| | | @Test(enabled=false) |
| | | public void infiniteReplayLoop() throws Exception |
| | | { |
| | | logError(Message.raw("Starting replication test : infiniteReplayLoop", |
| | | Category.SYNC, Severity.INFORMATION)); |
| | | logError(Message.raw(Category.SYNC, Severity.INFORMATION, |
| | | "Starting replication test : infiniteReplayLoop")); |
| | | |
| | | final DN baseDn = DN.decode("ou=People,dc=example,dc=com"); |
| | | |