Searched defs:resetGenId (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DStateMachineTest.java695 resetGenId(ds2, BAD_GEN_ID); // ds2 will also go bad gen
703 resetGenId(ds2, EMPTY_DN_GENID); // ds2 will also be disconnected
724 resetGenId(ds2, -1); // -1 to allow next step full update and flush RS db so that DS1 can reconnect after full update
787 resetGenId(ds2, newGen); // Make DS1 reconnect in normal status
868 private void resetGenId(ReplicationBroker rb, long newGenId) method in class:StateMachineTest
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DStateMachineTest.java552 resetGenId(ds2, BAD_GEN_ID); // ds2 will also go bad gen
560 resetGenId(ds2, EMPTY_DN_GENID); // ds2 will also be disconnected
581 resetGenId(ds2, -1); // -1 to allow next step full update and flush RS db so that DS1 can reconnect after full update
644 resetGenId(ds2, newGen); // Make DS1 reconnect in normal status
722 private void resetGenId(ReplicationBroker rb, long newGenId) method in class:StateMachineTest
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DStateMachineTest.java695 resetGenId(ds2, BAD_GEN_ID); // ds2 will also go bad gen
703 resetGenId(ds2, EMPTY_DN_GENID); // ds2 will also be disconnected
724 resetGenId(ds2, -1); // -1 to allow next step full update and flush RS db so that DS1 can reconnect after full update
787 resetGenId(ds2, newGen); // Make DS1 reconnect in normal status
868 private void resetGenId(ReplicationBroker rb, long newGenId) method in class:StateMachineTest
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DStateMachineTest.java552 resetGenId(ds2, BAD_GEN_ID); // ds2 will also go bad gen
560 resetGenId(ds2, EMPTY_DN_GENID); // ds2 will also be disconnected
581 resetGenId(ds2, -1); // -1 to allow next step full update and flush RS db so that DS1 can reconnect after full update
644 resetGenId(ds2, newGen); // Make DS1 reconnect in normal status
722 private void resetGenId(ReplicationBroker rb, long newGenId) method in class:StateMachineTest
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DStateMachineTest.java695 resetGenId(ds2, BAD_GEN_ID); // ds2 will also go bad gen
703 resetGenId(ds2, EMPTY_DN_GENID); // ds2 will also be disconnected
724 resetGenId(ds2, -1); // -1 to allow next step full update and flush RS db so that DS1 can reconnect after full update
787 resetGenId(ds2, newGen); // Make DS1 reconnect in normal status
868 private void resetGenId(ReplicationBroker rb, long newGenId) method in class:StateMachineTest
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/replication/plugin/
H A DStateMachineTest.java521 resetGenId(ds2, BAD_GEN_ID); // ds2 will also go bad gen
529 resetGenId(ds2, EMPTY_DN_GENID); // ds2 will also be disconnected
549 resetGenId(ds2, -1); // -1 to allow next step full update and flush RS db so that DS1 can reconnect after full update
607 resetGenId(ds2, newGen); // Make DS1 reconnect in normal status
679 private void resetGenId(ReplicationBroker rb, long newGenId) method in class:StateMachineTest

Completed in 47 milliseconds