Searched defs:DS1_ID (Results 26 - 30 of 30) sorted by relevance

12

/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DTopologyViewTest.java65 private static final int DS1_ID = 1; field in class:TopologyViewTest
229 case DS1_ID:
394 case DS1_ID:
546 rd1 = createReplicationDomain(DS1_ID);
547 checkConnection(30, DS1_ID, RS1_ID);
549 checkTopoView(new int[] {DS1_ID}, theoricalTopoView);
557 checkConnection(30, DS1_ID, RS1_ID);
560 checkTopoView(new int[] {DS1_ID, DS2_ID}, theoricalTopoView);
568 checkConnection(30, DS1_ID, RS1_ID);
571 checkTopoView(new int[] {DS1_ID, DS2_I
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DFractionalReplicationTest.java88 private static final int DS1_ID = 1; // fractional domain field in class:FractionalReplicationTest
607 "ds-cfg-server-id: " + DS1_ID + "\n";
1227 replicationDomain.initializeRemote(DS1_ID);
1468 replicationDomain.initializeRemote(DS1_ID);
H A DTopologyViewTest.java80 private static final int DS1_ID = 1; field in class:TopologyViewTest
287 case DS1_ID:
488 case DS1_ID:
646 rd1 = createReplicationDomain(DS1_ID);
647 checkConnection(30, DS1_ID, RS1_ID);
649 checkTopoView(new int[] {DS1_ID}, theoricalTopoView);
657 checkConnection(30, DS1_ID, RS1_ID);
660 checkTopoView(new int[] {DS1_ID, DS2_ID}, theoricalTopoView);
668 checkConnection(30, DS1_ID, RS1_ID);
671 checkTopoView(new int[] {DS1_ID, DS2_I
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/replication/plugin/
H A DFractionalReplicationTest.java73 private static final int DS1_ID = 1; // fractional domain field in class:FractionalReplicationTest
492 "ds-cfg-server-id: " + DS1_ID + "\n";
955 replicationDomain.initializeRemote(DS1_ID, NO_INIT_TASK);
1190 replicationDomain.initializeRemote(DS1_ID, NO_INIT_TASK);
H A DTopologyViewTest.java66 private static final int DS1_ID = 1; field in class:TopologyViewTest
230 case DS1_ID:
397 case DS1_ID:
549 rd1 = createReplicationDomain(DS1_ID);
550 checkConnection(30, DS1_ID, RS1_ID);
552 checkTopoView(new int[] {DS1_ID}, theoricalTopoView);
560 checkConnection(30, DS1_ID, RS1_ID);
563 checkTopoView(new int[] {DS1_ID, DS2_ID}, theoricalTopoView);
571 checkConnection(30, DS1_ID, RS1_ID);
574 checkTopoView(new int[] {DS1_ID, DS2_I
[all...]

Completed in 76 milliseconds

12