BATCH-956: remove pause and wait features

This commit is contained in:
dsyer
2008-12-06 14:06:54 +00:00
parent 6cf0720768
commit 5d62e4d436
16 changed files with 27 additions and 257 deletions

View File

@@ -94,7 +94,7 @@ public class RemoteLauncherTests {
// doesn't work with HSQL)
Thread.sleep(SLEEP_INTERVAL);
// assertEquals(1, launcher.getRunningExecutions("loopJob").size());
launcher.pause(executionId);
launcher.stop(executionId);
Thread.sleep(SLEEP_INTERVAL);
// assertEquals(0, launcher.getRunningExecutions("loopJob").size());
@@ -103,7 +103,7 @@ public class RemoteLauncherTests {
assertEquals("Picked up the same execution after pause and resume", executionId, resumedId);
Thread.sleep(SLEEP_INTERVAL);
launcher.pause(executionId);
launcher.stop(executionId);
Thread.sleep(SLEEP_INTERVAL);
// assertEquals(0, launcher.getRunningExecutions("loopJob").size());