Lines Matching refs:testcase

311     private String testcase;
320 String testcase)
326 this.testcase = testcase;
337 String testcase)
346 this.testcase = testcase;
532 debugInfo("handleClientConnection " + testcase + " " + scenario);
579 debugInfo("handleClientConnection " + testcase + " " + scenario + " done");
767 String testcase = "testSafeDataModeTimeout" + rsGroupId;
773 1, testcase);
784 waitForConnectionToRs(testcase, replicationServer);
797 waitForConnectionToRs(testcase, replicationServer);
808 waitForScenarioExecutedOnRs(testcase, replicationServer);
839 endTest(testcase);
877 String testcase = "testSafeReadModeTimeout" + rsGroupId;
882 true, testcase);
895 waitForConnectionToRs(testcase, replicationServer);
908 waitForConnectionToRs(testcase, replicationServer);
919 waitForScenarioExecutedOnRs(testcase, replicationServer);
950 endTest(testcase);
962 String testcase = "testNotAssuredSession";
967 false, testcase);
973 waitForConnectionToRs(testcase, replicationServer);
982 waitForScenarioExecutedOnRs(testcase, replicationServer);
987 endTest(testcase);
1023 private void endTest(String testcase) throws Exception
1025 debugInfo("Ending test " + testcase);
1042 String testcase = "testSafeDataModeAck";
1048 2, testcase);
1054 waitForConnectionToRs(testcase, replicationServer);
1076 endTest(testcase);
1088 String testcase = "testSafeReadModeAck";
1093 true, testcase);
1099 waitForConnectionToRs(testcase, replicationServer);
1121 endTest(testcase);
1133 String testcase = "testSafeReadModeReply";
1138 true, testcase);
1144 waitForConnectionToRs(testcase, replicationServer);
1208 endTest(testcase);
1220 String testcase = "testSafeDataModeReply";
1225 4, testcase);
1231 waitForConnectionToRs(testcase, replicationServer);
1250 endTest(testcase);
1262 String testcase = "testSafeDataManyErrors";
1268 3, testcase);
1274 waitForConnectionToRs(testcase, replicationServer);
1335 endTest(testcase);
1371 String testcase = "testSafeReadManyErrors";
1376 true, testcase);
1382 waitForConnectionToRs(testcase, replicationServer);
1451 endTest(testcase);