Searched refs:domain2 (Results 1 - 25 of 33) sorted by relevance

12

/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/service/
H A DReplicationDomainTest.java93 FakeReplicationDomain domain2 = null;
113 domain2 = new FakeReplicationDomain(
120 * Check that domain2 receives it shortly after.
159 assertExpectedServerStatuses(domain2.getReplicaInfos(),
166 Map<Integer, ServerState> states2 = domain2.getReplicaStates();
186 disable(domain1, domain2);
272 * Check that domain2 receives it shortly after.
351 FakeReplicationDomain domain2 = null;
366 domain2 = new FakeReplicationDomain(
370 * Trigger a total update from domain1 to domain2
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.java93 FakeReplicationDomain domain2 = null;
113 domain2 = new FakeReplicationDomain(
120 * Check that domain2 receives it shortly after.
159 assertExpectedServerStatuses(domain2.getReplicaInfos(),
166 Map<Integer, ServerState> states2 = domain2.getReplicaStates();
186 disable(domain1, domain2);
272 * Check that domain2 receives it shortly after.
351 FakeReplicationDomain domain2 = null;
366 domain2 = new FakeReplicationDomain(
370 * Trigger a total update from domain1 to domain2
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.java92 FakeReplicationDomain domain2 = null;
112 domain2 = new FakeReplicationDomain(
119 * Check that domain2 receives it shortly after.
158 assertExpectedServerStatuses(domain2.getReplicaInfos(),
165 Map<Integer, ServerState> states2 = domain2.getReplicaStates();
185 disable(domain1, domain2);
270 * Check that domain2 receives it shortly after.
346 FakeReplicationDomain domain2 = null;
361 domain2 = new FakeReplicationDomain(
365 * Trigger a total update from domain1 to domain2
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.java91 FakeReplicationDomain domain2 = null;
133 domain2 = new FakeReplicationDomain(
140 * Check that domain2 receives it shortly after.
196 for (DSInfo serverInfo : domain2.getReplicasList())
211 Map<Integer, ServerState> states2 = domain2.getReplicaStates();
236 if (domain2 != null)
237 domain2.stopDomain();
296 * Check that domain2 receives it shortly after.
360 FakeReplicationDomain domain2 = null;
389 domain2
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/replication/service/
H A DReplicationDomainTest.java91 FakeReplicationDomain domain2 = null;
133 domain2 = new FakeReplicationDomain(
140 * Check that domain2 receives it shortly after.
196 for (DSInfo serverInfo : domain2.getReplicasList())
211 Map<Integer, ServerState> states2 = domain2.getReplicaStates();
236 if (domain2 != null)
237 domain2.stopDomain();
296 * Check that domain2 receives it shortly after.
360 FakeReplicationDomain domain2 = null;
389 domain2
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/service/
H A DReplicationDomainTest.java91 FakeReplicationDomain domain2 = null;
133 domain2 = new FakeReplicationDomain(
140 * Check that domain2 receives it shortly after.
196 for (DSInfo serverInfo : domain2.getReplicasList())
211 Map<Integer, ServerState> states2 = domain2.getReplicaStates();
236 if (domain2 != null)
237 domain2.stopDomain();
296 * Check that domain2 receives it shortly after.
360 FakeReplicationDomain domain2 = null;
389 domain2
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/
H A DUpdateOperationTest.java97 private Entry domain2; field in class:UpdateOperationTest
227 domain2dn = DN.decode("dc=domain2,dc=domain1," + baseDN);
233 domain2 = TestCaseUtils.entryFromLdifString(
236 + "dc:domain2");
903 // add domain1 entry with 2 children : domain2 and domain3
908 addEntry(domain2);
913 "entryUUID = " + domain2uid + "+dc=domain2," + baseDN);
927 // check that domain2 and domain3 have been renamed
952 // add domain1 entry with 2 children : domain2 and domain3
955 addEntry(domain2);
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/
H A DUpdateOperationTest.java97 private Entry domain2; field in class:UpdateOperationTest
227 domain2dn = DN.decode("dc=domain2,dc=domain1," + baseDN);
233 domain2 = TestCaseUtils.entryFromLdifString(
236 + "dc:domain2");
903 // add domain1 entry with 2 children : domain2 and domain3
908 addEntry(domain2);
913 "entryUUID = " + domain2uid + "+dc=domain2," + baseDN);
927 // check that domain2 and domain3 have been renamed
952 // add domain1 entry with 2 children : domain2 and domain3
955 addEntry(domain2);
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/replication/
H A DUpdateOperationTest.java99 private Entry domain2; field in class:UpdateOperationTest
255 domain2dn = DN.valueOf("dc=domain2,dc=domain1," + baseDN);
261 domain2 = TestCaseUtils.makeEntry(
264 "dc:domain2");
900 // add domain1 entry with 2 children : domain2 and domain3
905 addEntry(domain2);
910 "entryUUID = " + domain2uid + "+dc=domain2," + baseDN);
924 // check that domain2 and domain3 have been renamed
946 // add domain1 entry with 2 children : domain2 and domain3
949 addEntry(domain2);
[all...]
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/replication/
H A DUpdateOperationTest.java115 private Entry domain2; field in class:UpdateOperationTest
249 domain2dn = "dc=domain2,dc=domain1,ou=People," + TEST_ROOT_DN_STRING;
255 domain2 = TestCaseUtils.entryFromLdifString(
258 + "dc:domain2");
1146 // add domain1 entry with 2 children : domain2 and domain3
1151 addEntry(domain2);
1156 "entryUUID = " + domain2uid + "+dc=domain2,ou=people," + TEST_ROOT_DN_STRING);
1171 // check that domain2 and domain3 have been renamed
1201 // add domain1 entry with 2 children : domain2 and domain3
1204 addEntry(domain2);
[all...]
H A DExternalChangeLogTest.java757 LDAPReplicationDomain domain2 = null;
793 domain2 = MultimasterReplication.createNewDomain(domainConf);
794 domain2.start();
852 domain2.applyConfigurationChange(domainConf);
902 if (domain2 != null && baseDn2 != null)
4109 LDAPReplicationDomain domain2 = null;
4138 domain2 = MultimasterReplication.createNewDomain(domainConf);
4139 domain2.start();
4373 if (domain2 != null)
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/replication/
H A DUpdateOperationTest.java115 private Entry domain2; field in class:UpdateOperationTest
249 domain2dn = "dc=domain2,dc=domain1,ou=People," + TEST_ROOT_DN_STRING;
255 domain2 = TestCaseUtils.entryFromLdifString(
258 + "dc:domain2");
1146 // add domain1 entry with 2 children : domain2 and domain3
1151 addEntry(domain2);
1156 "entryUUID = " + domain2uid + "+dc=domain2,ou=people," + TEST_ROOT_DN_STRING);
1171 // check that domain2 and domain3 have been renamed
1201 // add domain1 entry with 2 children : domain2 and domain3
1204 addEntry(domain2);
[all...]
H A DExternalChangeLogTest.java757 LDAPReplicationDomain domain2 = null;
793 domain2 = MultimasterReplication.createNewDomain(domainConf);
794 domain2.start();
852 domain2.applyConfigurationChange(domainConf);
902 if (domain2 != null && baseDn2 != null)
4109 LDAPReplicationDomain domain2 = null;
4138 domain2 = MultimasterReplication.createNewDomain(domainConf);
4139 domain2.start();
4373 if (domain2 != null)
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/
H A DUpdateOperationTest.java115 private Entry domain2; field in class:UpdateOperationTest
249 domain2dn = "dc=domain2,dc=domain1,ou=People," + TEST_ROOT_DN_STRING;
255 domain2 = TestCaseUtils.entryFromLdifString(
258 + "dc:domain2");
1146 // add domain1 entry with 2 children : domain2 and domain3
1151 addEntry(domain2);
1156 "entryUUID = " + domain2uid + "+dc=domain2,ou=people," + TEST_ROOT_DN_STRING);
1171 // check that domain2 and domain3 have been renamed
1201 // add domain1 entry with 2 children : domain2 and domain3
1204 addEntry(domain2);
[all...]
H A DExternalChangeLogTest.java757 LDAPReplicationDomain domain2 = null;
793 domain2 = MultimasterReplication.createNewDomain(domainConf);
794 domain2.start();
852 domain2.applyConfigurationChange(domainConf);
902 if (domain2 != null && baseDn2 != null)
4109 LDAPReplicationDomain domain2 = null;
4138 domain2 = MultimasterReplication.createNewDomain(domainConf);
4139 domain2.start();
4373 if (domain2 != null)
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/util/
H A DConfigFromFile.java320 for (String domain2 : domains)
323 sync.getReplicationDomain(domain2);
H A DConfigFromDirContext.java465 for (String domain2 : domains)
468 sync.getReplicationDomain(domain2);
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/util/
H A DConfigFromFile.java319 for (String domain2 : domains)
322 sync.getReplicationDomain(domain2);
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/util/
H A DConfigFromFile.java320 for (String domain2 : domains)
323 sync.getReplicationDomain(domain2);
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/util/
H A DConfigFromFile.java319 for (String domain2 : domains)
322 sync.getReplicationDomain(domain2);
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/util/
H A DConfigFromFile.java320 for (String domain2 : domains)
323 sync.getReplicationDomain(domain2);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/util/
H A DConfigFromFile.java387 for (final String domain2 : domains)
389 final ReplicationDomainCfg domain = sync.getReplicationDomain(domain2);
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/backends/
H A DChangelogBackendTestCase.java496 LDAPReplicationDomain domain2 = null;
511 domain2 = startNewReplicationDomain(domainConf2, null, null);
523 domain2.applyConfigurationChange(domainConf2);
536 removeReplicationDomains(replication1.getSecond(), domain2);
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/backends/
H A DChangelogBackendTestCase.java496 LDAPReplicationDomain domain2 = null;
511 domain2 = startNewReplicationDomain(domainConf2, null, null);
523 domain2.applyConfigurationChange(domainConf2);
536 removeReplicationDomains(replication1.getSecond(), domain2);
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/backends/
H A DChangelogBackendTestCase.java519 LDAPReplicationDomain domain2 = null;
533 domain2 = startNewReplicationDomain(domainConf2, null, null);
545 domain2.applyConfigurationChange(domainConf2);
556 removeReplicationDomains(domain2);

Completed in 108 milliseconds

12