Searched defs:thresholdValue (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.java421 public void testStateMachineStatusAnalyzer(int thresholdValue) throws Throwable argument
423 String testCase = "testStateMachineStatusAnalyzer with threhold " + thresholdValue;
425 debugInfo("Starting " + testCase + " with " + thresholdValue);
438 rs1 = createReplicationServer(testCase, thresholdValue);
469 if (thresholdValue > 1)
471 nChangesSent = thresholdValue - 1;
483 bw.followAndPause(thresholdValue - nChangesSent);
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DStateMachineTest.java311 public void testStateMachineStatusAnalyzer(int thresholdValue) throws Throwable argument
313 String testCase = "testStateMachineStatusAnalyzer with threhold " + thresholdValue;
315 debugInfo("Starting " + testCase + " with " + thresholdValue);
328 rs1 = createReplicationServer(testCase, thresholdValue);
358 if (thresholdValue > 1)
360 nChangesSent = thresholdValue - 1;
372 bw.followAndPause(thresholdValue - nChangesSent);
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DStateMachineTest.java421 public void testStateMachineStatusAnalyzer(int thresholdValue) throws Throwable argument
423 String testCase = "testStateMachineStatusAnalyzer with threhold " + thresholdValue;
425 debugInfo("Starting " + testCase + " with " + thresholdValue);
438 rs1 = createReplicationServer(testCase, thresholdValue);
469 if (thresholdValue > 1)
471 nChangesSent = thresholdValue - 1;
483 bw.followAndPause(thresholdValue - nChangesSent);
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DStateMachineTest.java311 public void testStateMachineStatusAnalyzer(int thresholdValue) throws Throwable argument
313 String testCase = "testStateMachineStatusAnalyzer with threhold " + thresholdValue;
315 debugInfo("Starting " + testCase + " with " + thresholdValue);
328 rs1 = createReplicationServer(testCase, thresholdValue);
358 if (thresholdValue > 1)
360 nChangesSent = thresholdValue - 1;
372 bw.followAndPause(thresholdValue - nChangesSent);
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DStateMachineTest.java421 public void testStateMachineStatusAnalyzer(int thresholdValue) throws Throwable argument
423 String testCase = "testStateMachineStatusAnalyzer with threhold " + thresholdValue;
425 debugInfo("Starting " + testCase + " with " + thresholdValue);
438 rs1 = createReplicationServer(testCase, thresholdValue);
469 if (thresholdValue > 1)
471 nChangesSent = thresholdValue - 1;
483 bw.followAndPause(thresholdValue - nChangesSent);
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/replication/plugin/
H A DStateMachineTest.java302 public void testStateMachineStatusAnalyzer(int thresholdValue) throws Throwable argument
304 String testCase = "testStateMachineStatusAnalyzer with threhold " + thresholdValue;
306 debugInfo("Starting " + testCase + " with " + thresholdValue);
317 rs1 = createReplicationServer(testCase, thresholdValue);
343 if (thresholdValue > 1)
345 nChangesSent = thresholdValue - 1;
357 bw.followAndPause(thresholdValue - nChangesSent);

Completed in 46 milliseconds