Searched refs:domain1 (Results 1 - 12 of 12) sorted by relevance

/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/service/
H A DReplicationDomainTest.java92 FakeReplicationDomain domain1 = null;
108 domain1 = new FakeReplicationDomain(
119 * Publish a message from domain1,
123 publish(domain1, test);
129 for (RSInfo replServerInfo : domain1.getRsInfos())
136 for (DSInfo serverInfo : domain1.getReplicaInfos().values())
141 domain1.setGenerationID(2);
142 domain1.resetReplicationLog();
145 for (RSInfo replServerInfo : domain1.getRsInfos())
157 assertExpectedServerStatuses(domain1
289 publishRepeatedly(FakeReplicationDomain domain1, byte[] test, long timeNow) argument
467 assertExportSucessful(ReplicationDomain domain1, ReplicationDomain domain2, String exportedData, StringBuilder importedData) argument
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/service/
H A DReplicationDomainTest.java92 FakeReplicationDomain domain1 = null;
108 domain1 = new FakeReplicationDomain(
119 * Publish a message from domain1,
123 publish(domain1, test);
129 for (RSInfo replServerInfo : domain1.getRsInfos())
136 for (DSInfo serverInfo : domain1.getReplicaInfos().values())
141 domain1.setGenerationID(2);
142 domain1.resetReplicationLog();
145 for (RSInfo replServerInfo : domain1.getRsInfos())
157 assertExpectedServerStatuses(domain1
289 publishRepeatedly(FakeReplicationDomain domain1, byte[] test, long timeNow) argument
467 assertExportSucessful(ReplicationDomain domain1, ReplicationDomain domain2, String exportedData, StringBuilder importedData) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/replication/service/
H A DReplicationDomainTest.java91 FakeReplicationDomain domain1 = null;
107 domain1 = new FakeReplicationDomain(
118 * Publish a message from domain1,
122 publish(domain1, test);
128 for (RSInfo replServerInfo : domain1.getRsInfos())
135 for (DSInfo serverInfo : domain1.getReplicaInfos().values())
140 domain1.setGenerationID(2);
141 domain1.resetReplicationLog();
144 for (RSInfo replServerInfo : domain1.getRsInfos())
156 assertExpectedServerStatuses(domain1
287 publishRepeatedly(FakeReplicationDomain domain1, byte[] test, long timeNow) argument
462 assertExportSucessful(ReplicationDomain domain1, ReplicationDomain domain2, String exportedData, StringBuilder importedData) argument
[all...]
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/replication/service/
H A DReplicationDomainTest.java90 FakeReplicationDomain domain1 = null;
126 domain1 = new FakeReplicationDomain(
139 * Publish a message from domain1,
143 domain1.publish(test);
152 List<RSInfo> replServers = domain1.getRsList();
162 for (DSInfo serverInfo : domain1.getReplicasList())
167 domain1.setGenerationID(2);
168 domain1.resetReplicationLog();
170 replServers = domain1.getRsList();
185 for (DSInfo serverInfo : domain1
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/replication/service/
H A DReplicationDomainTest.java90 FakeReplicationDomain domain1 = null;
126 domain1 = new FakeReplicationDomain(
139 * Publish a message from domain1,
143 domain1.publish(test);
152 List<RSInfo> replServers = domain1.getRsList();
162 for (DSInfo serverInfo : domain1.getReplicasList())
167 domain1.setGenerationID(2);
168 domain1.resetReplicationLog();
170 replServers = domain1.getRsList();
185 for (DSInfo serverInfo : domain1
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/service/
H A DReplicationDomainTest.java90 FakeReplicationDomain domain1 = null;
126 domain1 = new FakeReplicationDomain(
139 * Publish a message from domain1,
143 domain1.publish(test);
152 List<RSInfo> replServers = domain1.getRsList();
162 for (DSInfo serverInfo : domain1.getReplicasList())
167 domain1.setGenerationID(2);
168 domain1.resetReplicationLog();
170 replServers = domain1.getRsList();
185 for (DSInfo serverInfo : domain1
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/
H A DUpdateOperationTest.java96 private Entry domain1; field in class:UpdateOperationTest
226 domain1dn = DN.decode("dc=domain1," + baseDN);
227 domain2dn = DN.decode("dc=domain2,dc=domain1," + baseDN);
228 domain3dn = DN.decode("dc=domain3,dc=domain1," + baseDN);
229 domain1 = TestCaseUtils.entryFromLdifString(
232 + "dc:domain1");
903 // add domain1 entry with 2 children : domain2 and domain3
904 addEntry(domain1);
920 // delete domain1
923 // check that the domain1 ha
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/
H A DUpdateOperationTest.java96 private Entry domain1; field in class:UpdateOperationTest
226 domain1dn = DN.decode("dc=domain1," + baseDN);
227 domain2dn = DN.decode("dc=domain2,dc=domain1," + baseDN);
228 domain3dn = DN.decode("dc=domain3,dc=domain1," + baseDN);
229 domain1 = TestCaseUtils.entryFromLdifString(
232 + "dc:domain1");
903 // add domain1 entry with 2 children : domain2 and domain3
904 addEntry(domain1);
920 // delete domain1
923 // check that the domain1 ha
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/replication/
H A DUpdateOperationTest.java98 private Entry domain1; field in class:UpdateOperationTest
254 domain1dn = DN.valueOf("dc=domain1," + baseDN);
255 domain2dn = DN.valueOf("dc=domain2,dc=domain1," + baseDN);
256 domain3dn = DN.valueOf("dc=domain3,dc=domain1," + baseDN);
257 domain1 = TestCaseUtils.makeEntry(
260 "dc:domain1");
900 // add domain1 entry with 2 children : domain2 and domain3
901 addEntry(domain1);
917 // delete domain1
920 // check that the domain1 ha
[all...]
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/replication/
H A DUpdateOperationTest.java114 private Entry domain1; field in class:UpdateOperationTest
248 domain1dn = "dc=domain1,ou=People," + TEST_ROOT_DN_STRING;
249 domain2dn = "dc=domain2,dc=domain1,ou=People," + TEST_ROOT_DN_STRING;
250 domain3dn = "dc=domain3,dc=domain1,ou=People," + TEST_ROOT_DN_STRING;
251 domain1 = TestCaseUtils.entryFromLdifString(
254 + "dc:domain1");
1146 // add domain1 entry with 2 children : domain2 and domain3
1147 addEntry(domain1);
1163 // delete domain1
1167 // check that the domain1 ha
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/replication/
H A DUpdateOperationTest.java114 private Entry domain1; field in class:UpdateOperationTest
248 domain1dn = "dc=domain1,ou=People," + TEST_ROOT_DN_STRING;
249 domain2dn = "dc=domain2,dc=domain1,ou=People," + TEST_ROOT_DN_STRING;
250 domain3dn = "dc=domain3,dc=domain1,ou=People," + TEST_ROOT_DN_STRING;
251 domain1 = TestCaseUtils.entryFromLdifString(
254 + "dc:domain1");
1146 // add domain1 entry with 2 children : domain2 and domain3
1147 addEntry(domain1);
1163 // delete domain1
1167 // check that the domain1 ha
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/
H A DUpdateOperationTest.java114 private Entry domain1; field in class:UpdateOperationTest
248 domain1dn = "dc=domain1,ou=People," + TEST_ROOT_DN_STRING;
249 domain2dn = "dc=domain2,dc=domain1,ou=People," + TEST_ROOT_DN_STRING;
250 domain3dn = "dc=domain3,dc=domain1,ou=People," + TEST_ROOT_DN_STRING;
251 domain1 = TestCaseUtils.entryFromLdifString(
254 + "dc:domain1");
1146 // add domain1 entry with 2 children : domain2 and domain3
1147 addEntry(domain1);
1163 // delete domain1
1167 // check that the domain1 ha
[all...]

Completed in 51 milliseconds