| | |
| | | * CDDL HEADER END |
| | | * |
| | | * |
| | | * Copyright 2008-2009 Sun Microsystems, Inc. |
| | | * Copyright 2008-2010 Sun Microsystems, Inc. |
| | | */ |
| | | package org.opends.server.replication.service; |
| | | |
| | |
| | | assertNotNull(rcvdMsg); |
| | | assertEquals(test, rcvdMsg.getPayload()); |
| | | |
| | | Thread.sleep(500); |
| | | |
| | | /* |
| | | * Now test the resetReplicationLog() method. |
| | | */ |
| | |
| | | for (RSInfo replServerInfo : replServers) |
| | | { |
| | | // The generation Id of the remote should be 1 |
| | | assertEquals(replServerInfo.getGenerationId(), 1); |
| | | assertEquals(replServerInfo.getGenerationId(), 1, |
| | | "Unexpected value of generationId in RSInfo for RS=" |
| | | + replServerInfo.toString()); |
| | | } |
| | | |
| | | for (DSInfo serverInfo : domain1.getReplicasList()) |