| | |
| | | |
| | | ResultCode code = modOp.getResultCode(); |
| | | assertTrue(code.equals(ResultCode.SUCCESS), |
| | | "The original operation failed"); |
| | | "The original operation failed: " + code.getResultCodeName()); |
| | | |
| | | // See if the client has received the msg |
| | | ReplicationMessage msg = broker.receive(); |
| | |
| | | public void replaySchemaChange() throws Exception |
| | | { |
| | | logError(Message.raw(Category.SYNC, Severity.NOTICE, |
| | | "Starting replication test : pushSchemaChange ")); |
| | | "Starting replication test : replaySchemaChange ")); |
| | | |
| | | final DN baseDn = DN.decode("cn=schema"); |
| | | |