Searched defs:DS3_ID (Results 1 - 12 of 12) sorted by relevance

/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DStateMachineTest.java93 private static final int DS3_ID = 3; field in class:StateMachineTest
197 case DS3_ID:
452 ds3 = createReplicationBroker(DS3_ID, new ServerState(), EMPTY_DN_GENID);
453 br3 = new BrokerReader(ds3, DS3_ID);
454 checkConnection(30, DS3_ID);
459 bw = new BrokerWriter(ds3, DS3_ID, false);
H A DTopologyViewTest.java82 private static final int DS3_ID = 3; field in class:TopologyViewTest
293 case DS3_ID:
508 case DS3_ID:
677 rd3 = createReplicationDomain(DS3_ID);
681 checkConnection(30, DS3_ID, RS2_ID);
683 checkTopoView(new int[] {DS1_ID, DS2_ID, DS3_ID}, theoricalTopoView);
693 checkConnection(30, DS3_ID, RS2_ID);
696 checkTopoView(new int[] {DS1_ID, DS2_ID, DS3_ID, DS4_ID},
707 checkConnection(30, DS3_ID, RS2_ID);
711 checkTopoView(new int[] {DS1_ID, DS2_ID, DS3_ID, DS4_I
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DStateMachineTest.java80 private static final int DS3_ID = 3; field in class:StateMachineTest
143 case DS3_ID:
342 ds3 = createReplicationBroker(DS3_ID, new ServerState(), EMPTY_DN_GENID);
343 br3 = new BrokerReader(ds3, DS3_ID);
344 checkConnection(30, DS3_ID);
349 bw = new BrokerWriter(ds3, DS3_ID, false);
H A DTopologyViewTest.java67 private static final int DS3_ID = 3; field in class:TopologyViewTest
235 case DS3_ID:
414 case DS3_ID:
577 rd3 = createReplicationDomain(DS3_ID);
581 checkConnection(30, DS3_ID, RS2_ID);
583 checkTopoView(new int[] {DS1_ID, DS2_ID, DS3_ID}, theoricalTopoView);
593 checkConnection(30, DS3_ID, RS2_ID);
596 checkTopoView(new int[] {DS1_ID, DS2_ID, DS3_ID, DS4_ID},
607 checkConnection(30, DS3_ID, RS2_ID);
611 checkTopoView(new int[] {DS1_ID, DS2_ID, DS3_ID, DS4_I
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DStateMachineTest.java93 private static final int DS3_ID = 3; field in class:StateMachineTest
197 case DS3_ID:
452 ds3 = createReplicationBroker(DS3_ID, new ServerState(), EMPTY_DN_GENID);
453 br3 = new BrokerReader(ds3, DS3_ID);
454 checkConnection(30, DS3_ID);
459 bw = new BrokerWriter(ds3, DS3_ID, false);
H A DTopologyViewTest.java82 private static final int DS3_ID = 3; field in class:TopologyViewTest
293 case DS3_ID:
508 case DS3_ID:
677 rd3 = createReplicationDomain(DS3_ID);
681 checkConnection(30, DS3_ID, RS2_ID);
683 checkTopoView(new int[] {DS1_ID, DS2_ID, DS3_ID}, theoricalTopoView);
693 checkConnection(30, DS3_ID, RS2_ID);
696 checkTopoView(new int[] {DS1_ID, DS2_ID, DS3_ID, DS4_ID},
707 checkConnection(30, DS3_ID, RS2_ID);
711 checkTopoView(new int[] {DS1_ID, DS2_ID, DS3_ID, DS4_I
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DStateMachineTest.java80 private static final int DS3_ID = 3; field in class:StateMachineTest
143 case DS3_ID:
342 ds3 = createReplicationBroker(DS3_ID, new ServerState(), EMPTY_DN_GENID);
343 br3 = new BrokerReader(ds3, DS3_ID);
344 checkConnection(30, DS3_ID);
349 bw = new BrokerWriter(ds3, DS3_ID, false);
H A DTopologyViewTest.java67 private static final int DS3_ID = 3; field in class:TopologyViewTest
235 case DS3_ID:
414 case DS3_ID:
577 rd3 = createReplicationDomain(DS3_ID);
581 checkConnection(30, DS3_ID, RS2_ID);
583 checkTopoView(new int[] {DS1_ID, DS2_ID, DS3_ID}, theoricalTopoView);
593 checkConnection(30, DS3_ID, RS2_ID);
596 checkTopoView(new int[] {DS1_ID, DS2_ID, DS3_ID, DS4_ID},
607 checkConnection(30, DS3_ID, RS2_ID);
611 checkTopoView(new int[] {DS1_ID, DS2_ID, DS3_ID, DS4_I
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DStateMachineTest.java93 private static final int DS3_ID = 3; field in class:StateMachineTest
197 case DS3_ID:
452 ds3 = createReplicationBroker(DS3_ID, new ServerState(), EMPTY_DN_GENID);
453 br3 = new BrokerReader(ds3, DS3_ID);
454 checkConnection(30, DS3_ID);
459 bw = new BrokerWriter(ds3, DS3_ID, false);
H A DTopologyViewTest.java82 private static final int DS3_ID = 3; field in class:TopologyViewTest
293 case DS3_ID:
508 case DS3_ID:
677 rd3 = createReplicationDomain(DS3_ID);
681 checkConnection(30, DS3_ID, RS2_ID);
683 checkTopoView(new int[] {DS1_ID, DS2_ID, DS3_ID}, theoricalTopoView);
693 checkConnection(30, DS3_ID, RS2_ID);
696 checkTopoView(new int[] {DS1_ID, DS2_ID, DS3_ID, DS4_ID},
707 checkConnection(30, DS3_ID, RS2_ID);
711 checkTopoView(new int[] {DS1_ID, DS2_ID, DS3_ID, DS4_I
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/replication/plugin/
H A DStateMachineTest.java89 private static final int DS3_ID = 3; field in class:StateMachineTest
177 case DS3_ID:
328 ds3 = createReplicationBroker(DS3_ID, new ServerState(), EMPTY_DN_GENID);
329 br3 = new BrokerReader(ds3, DS3_ID);
330 waitUntiConnected(DS3_ID);
335 bw = new BrokerWriter(ds3, DS3_ID, false);
H A DTopologyViewTest.java68 private static final int DS3_ID = 3; field in class:TopologyViewTest
236 case DS3_ID:
417 case DS3_ID:
580 rd3 = createReplicationDomain(DS3_ID);
584 checkConnection(30, DS3_ID, RS2_ID);
586 checkTopoView(new int[] {DS1_ID, DS2_ID, DS3_ID}, theoricalTopoView);
596 checkConnection(30, DS3_ID, RS2_ID);
599 checkTopoView(new int[] {DS1_ID, DS2_ID, DS3_ID, DS4_ID},
610 checkConnection(30, DS3_ID, RS2_ID);
614 checkTopoView(new int[] {DS1_ID, DS2_ID, DS3_ID, DS4_I
[all...]

Completed in 91 milliseconds