Package com.ibm.jbatch.tck.tests.jslxml
Class ParallelExecutionTests
- java.lang.Object
-
- com.ibm.jbatch.tck.tests.jslxml.ParallelExecutionTests
-
public class ParallelExecutionTests extends Object
-
-
Constructor Summary
Constructors Constructor Description ParallelExecutionTests()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidcleanup()static voidsetup(String[] args, Properties props)static voidsetUp()voidtestInvokeJobSimpleSplit()voidtestInvokeJobWithOnePartitionedStep()voidtestInvokeJobWithOnePartitionedStepExitStatus()voidtestPartitionedCollectorAnalyzerReducerChunkRestartItemCount10()voidtestPartitionedMapperOverrideFalseOnRestart()voidtestPartitionedMapperOverrideTrueDiffPartitionNumOnRestart()voidtestPartitionedMapperOverrideTrueSamePartitionNumOnRestart()voidtestPartitionedPlanCollectorAnalyzerReducerComplete()voidtestStopRestartRunningPartitionedStep()voidtestStopRunningPartitionedStep()voidtestZeroBasedPartitionedPlanCollectorAnalyzerReducerRollback()
-
-
-
Method Detail
-
setup
public static void setup(String[] args, Properties props) throws Exception
- Throws:
Exception
-
testInvokeJobWithOnePartitionedStep
public void testInvokeJobWithOnePartitionedStep() throws Exception- Throws:
Exception
-
testInvokeJobWithOnePartitionedStepExitStatus
public void testInvokeJobWithOnePartitionedStepExitStatus() throws Exception- Throws:
Exception
-
testStopRunningPartitionedStep
public void testStopRunningPartitionedStep() throws Exception- Throws:
Exception
-
testStopRestartRunningPartitionedStep
public void testStopRestartRunningPartitionedStep() throws Exception- Throws:
Exception
-
testPartitionedPlanCollectorAnalyzerReducerComplete
public void testPartitionedPlanCollectorAnalyzerReducerComplete() throws Exception- Throws:
Exception
-
testZeroBasedPartitionedPlanCollectorAnalyzerReducerRollback
public void testZeroBasedPartitionedPlanCollectorAnalyzerReducerRollback() throws Exception- Throws:
Exception
-
testPartitionedCollectorAnalyzerReducerChunkRestartItemCount10
public void testPartitionedCollectorAnalyzerReducerChunkRestartItemCount10() throws Exception- Throws:
Exception
-
testPartitionedMapperOverrideFalseOnRestart
public void testPartitionedMapperOverrideFalseOnRestart() throws Exception- Throws:
Exception
-
testPartitionedMapperOverrideTrueDiffPartitionNumOnRestart
public void testPartitionedMapperOverrideTrueDiffPartitionNumOnRestart() throws Exception- Throws:
Exception
-
-