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 void
cleanup()
static void
setup(String[] args, Properties props)
static void
setUp()
void
testInvokeJobSimpleSplit()
void
testInvokeJobWithOnePartitionedStep()
void
testInvokeJobWithOnePartitionedStepExitStatus()
void
testPartitionedCollectorAnalyzerReducerChunkRestartItemCount10()
void
testPartitionedMapperOverrideFalseOnRestart()
void
testPartitionedMapperOverrideTrueDiffPartitionNumOnRestart()
void
testPartitionedMapperOverrideTrueSamePartitionNumOnRestart()
void
testPartitionedPlanCollectorAnalyzerReducerComplete()
void
testStopRestartRunningPartitionedStep()
void
testStopRunningPartitionedStep()
void
testZeroBasedPartitionedPlanCollectorAnalyzerReducerRollback()
-
-
-
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
-
-