79 lines
13 KiB
XML
79 lines
13 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<testsuite name="org.springframework.batch.sample.launch.RemoteLauncherTests" tests="4" skipped="0" failures="0" errors="0" timestamp="2017-03-23T15:06:31" hostname="Michaels-MacBook-Pro-3.local" time="3.057">
|
|
<properties/>
|
|
<testcase name="testAvailableJobs" classname="org.springframework.batch.sample.launch.RemoteLauncherTests" time="0.001"/>
|
|
<testcase name="testConnect" classname="org.springframework.batch.sample.launch.RemoteLauncherTests" time="0.001"/>
|
|
<testcase name="testLaunchBadJob" classname="org.springframework.batch.sample.launch.RemoteLauncherTests" time="0.007"/>
|
|
<testcase name="testPauseJob" classname="org.springframework.batch.sample.launch.RemoteLauncherTests" time="3.047"/>
|
|
<system-out><![CDATA[10:06:30,236 INFO Thread-36 JobRegistryBackgroundJobRunner:202 - Starting job registry in parent context from XML at: [adhoc-job-launcher-context.xml]
|
|
10:06:30,237 INFO Thread-36 JobRegistryBackgroundJobRunner:217 - Waiting for parent context to start.
|
|
10:06:30,242 INFO Thread-37 ClassPathXmlApplicationContext:581 - Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@67980a85: startup date [Thu Mar 23 10:06:30 CDT 2017]; root of context hierarchy
|
|
10:06:30,243 INFO Thread-37 XmlBeanDefinitionReader:317 - Loading XML bean definitions from class path resource [adhoc-job-launcher-context.xml]
|
|
10:06:30,254 INFO Thread-37 XmlBeanDefinitionReader:317 - Loading XML bean definitions from class path resource [simple-job-launcher-context.xml]
|
|
10:06:30,262 INFO Thread-37 XmlBeanDefinitionReader:317 - Loading XML bean definitions from class path resource [data-source-context.xml]
|
|
10:06:30,279 INFO Thread-37 XmlBeanDefinitionReader:317 - Loading XML bean definitions from class path resource [org/springframework/batch/sample/config/common-context.xml]
|
|
10:06:30,289 INFO Thread-37 DefaultListableBeanFactory:818 - Overriding bean definition for bean 'jobOperator' with a different definition: replacing [Generic bean: class [org.springframework.batch.core.launch.support.SimpleJobOperator]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [simple-job-launcher-context.xml]] with [Generic bean: class [org.springframework.batch.core.launch.support.SimpleJobOperator]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [adhoc-job-launcher-context.xml]]
|
|
10:06:30,320 INFO Thread-37 PostProcessorRegistrationDelegate$BeanPostProcessorChecker:325 - Bean 'jobRegistry' of type [class org.springframework.batch.core.configuration.support.MapJobRegistry] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
10:06:30,336 INFO Thread-37 ScriptUtils:442 - Executing SQL script from class path resource [org/springframework/batch/core/schema-drop-hsqldb.sql]
|
|
10:06:30,340 INFO Thread-37 ScriptUtils:508 - Executed SQL script from class path resource [org/springframework/batch/core/schema-drop-hsqldb.sql] in 3 ms.
|
|
10:06:30,340 INFO Thread-37 ScriptUtils:442 - Executing SQL script from class path resource [org/springframework/batch/core/schema-hsqldb.sql]
|
|
10:06:30,345 INFO Thread-37 ScriptUtils:508 - Executed SQL script from class path resource [org/springframework/batch/core/schema-hsqldb.sql] in 5 ms.
|
|
10:06:30,345 INFO Thread-37 ScriptUtils:442 - Executing SQL script from class path resource [business-schema-hsqldb.sql]
|
|
10:06:30,349 INFO Thread-37 ScriptUtils:508 - Executed SQL script from class path resource [business-schema-hsqldb.sql] in 4 ms.
|
|
10:06:30,361 INFO Thread-37 JobRepositoryFactoryBean:184 - No database type set, using meta data indicating: HSQL
|
|
10:06:30,364 INFO Thread-37 SimpleJobLauncher:201 - No TaskExecutor has been set, defaulting to synchronous executor.
|
|
10:06:30,443 INFO Thread-37 MBeanExporter:431 - Registering beans for JMX exposure on startup
|
|
10:06:30,445 INFO Thread-37 MBeanExporter:678 - Located managed bean 'spring:service=batch,bean=jobOperator': registering with JMX server as MBean [spring:service=batch,bean=jobOperator]
|
|
10:06:30,469 INFO Thread-37 MBeanExporter:678 - Located managed bean 'spring:service=batch,bean=notificationPublisher': registering with JMX server as MBean [spring:service=batch,bean=notificationPublisher]
|
|
10:06:30,478 INFO Thread-37 MBeanExporter:678 - Located managed bean 'spring:service=batch,bean=jobLoader': registering with JMX server as MBean [spring:service=batch,bean=jobLoader]
|
|
10:06:30,550 INFO Thread-36 JobRegistryBackgroundJobRunner:234 - Parent context started. Registering jobs from paths: [jobs/adhocLoopJob.xml]
|
|
10:06:30,554 INFO Thread-36 JobRegistryBackgroundJobRunner:134 - Registering Job definitions from [class path resource [jobs/adhocLoopJob.xml]]
|
|
10:06:30,561 INFO Thread-36 XmlBeanDefinitionReader:317 - Loading XML bean definitions from class path resource [jobs/adhocLoopJob.xml]
|
|
10:06:30,589 INFO Thread-36 GenericApplicationContextFactory$ResourceXmlApplicationContext:581 - Refreshing ResourceXmlApplicationContext:file:/Users/mminella/Documents/IntelliJWorkspace/spring-batch/spring-batch-samples/build/resources/main/jobs/adhocLoopJob.xml
|
|
Started application. Interrupt (CTRL-C) or call JobRegistryBackgroundJobRunner.stop() to exit.
|
|
10:06:31,267 INFO Test worker RemoteLauncherTests:176 - Configurations loaded: {loopJob=<unknown path>: FlowJob: [name=loopJob]}
|
|
10:06:31,268 INFO Test worker RemoteLauncherTests:176 - Configurations loaded: {loopJob=<unknown path>: FlowJob: [name=loopJob]}
|
|
10:06:31,269 INFO Test worker RemoteLauncherTests:176 - Configurations loaded: {loopJob=<unknown path>: FlowJob: [name=loopJob]}
|
|
10:06:31,270 INFO Test worker RemoteLauncherTests:176 - Configurations loaded: {loopJob=<unknown path>: FlowJob: [name=loopJob]}
|
|
10:06:31,271 INFO Test worker SimpleJobOperator:299 - Checking status of job with name=foo
|
|
10:06:31,278 INFO Test worker RemoteLauncherTests:176 - Configurations loaded: {loopJob=<unknown path>: FlowJob: [name=loopJob]}
|
|
10:06:31,279 INFO Test worker SimpleJobOperator:299 - Checking status of job with name=loopJob
|
|
10:06:31,280 INFO Test worker SimpleJobOperator:312 - Attempting to launch job with name=loopJob and parameters=
|
|
10:06:31,284 INFO SimpleAsyncTaskExecutor-1 SimpleJobLauncher:139 - Job: [FlowJob: [name=loopJob]] launched with the following parameters: [{}]
|
|
10:06:31,289 INFO SimpleAsyncTaskExecutor-1 SimpleStepHandler:146 - Executing step: [step1]
|
|
10:06:31,293 INFO SimpleAsyncTaskExecutor-1 JobExecutionNotificationPublisher:61 - message=[Before: execution(Step.execute(..)) with: StepExecution: id=0, version=0, name=step1, status=STARTING, exitStatus=EXECUTING, readCount=0, filterCount=0, writeCount=0 readSkipCount=0, writeSkipCount=0, processSkipCount=0, commitCount=0, rollbackCount=0, exitDescription=], org.springframework.batch.sample.jmx.SimpleMessageApplicationEvent[source=TaskletStep: [name=step1]]
|
|
10:06:31,800 INFO SimpleAsyncTaskExecutor-1 InfiniteLoopWriter:64 - Executing infinite loop, at count=1
|
|
10:06:32,306 INFO SimpleAsyncTaskExecutor-1 InfiniteLoopWriter:64 - Executing infinite loop, at count=2
|
|
10:06:32,308 INFO SimpleAsyncTaskExecutor-1 SimpleJobRepository:281 - Parent JobExecution is stopped, so passing message on to StepExecution
|
|
10:06:32,308 INFO SimpleAsyncTaskExecutor-1 ThreadStepInterruptionPolicy:60 - Step interrupted through StepExecution
|
|
10:06:32,309 INFO SimpleAsyncTaskExecutor-1 AbstractStep:223 - Encountered interruption executing step step1 in job loopJob : Job interrupted status detected.
|
|
10:06:32,311 INFO SimpleAsyncTaskExecutor-1 SimpleJobRepository:281 - Parent JobExecution is stopped, so passing message on to StepExecution
|
|
10:06:32,312 INFO SimpleAsyncTaskExecutor-1 JobExecutionNotificationPublisher:61 - message=[After: execution(Step.execute(..)) with: StepExecution: id=0, version=4, name=step1, status=STOPPED, exitStatus=STOPPED, readCount=6, filterCount=0, writeCount=5 readSkipCount=0, writeSkipCount=0, processSkipCount=0, commitCount=2, rollbackCount=0, exitDescription=org.springframework.batch.core.JobInterruptedException], org.springframework.batch.sample.jmx.SimpleMessageApplicationEvent[source=TaskletStep: [name=step1]]
|
|
10:06:32,315 INFO SimpleAsyncTaskExecutor-1 AbstractJob:326 - Encountered interruption executing job: Job interrupted by step execution
|
|
10:06:32,316 INFO SimpleAsyncTaskExecutor-1 SimpleJobLauncher:142 - Job: [FlowJob: [name=loopJob]] completed with the following parameters: [{}] and the following status: [STOPPED]
|
|
10:06:32,500 DEBUG Test worker RemoteLauncherTests:102 - JobExecution: id=0, version=3, startTime=2017-03-23 10:06:31.284, endTime=2017-03-23 10:06:32.315, lastUpdated=2017-03-23 10:06:32.315, status=STOPPED, exitStatus=exitCode=STOPPED;exitDescription=org.springframework.batch.core.JobInterruptedException, job=[JobInstance: id=0, version=0, Job=[loopJob]], jobParameters=[{}]
|
|
10:06:32,501 INFO Test worker SimpleJobOperator:270 - Checking status of job execution with id=0
|
|
10:06:32,501 INFO Test worker SimpleJobOperator:278 - Attempting to resume job with name=loopJob and parameters={}
|
|
10:06:32,507 INFO SimpleAsyncTaskExecutor-2 SimpleJobLauncher:139 - Job: [FlowJob: [name=loopJob]] launched with the following parameters: [{}]
|
|
10:06:32,512 INFO SimpleAsyncTaskExecutor-2 SimpleStepHandler:146 - Executing step: [step1]
|
|
10:06:32,513 INFO SimpleAsyncTaskExecutor-2 JobExecutionNotificationPublisher:61 - message=[Before: execution(Step.execute(..)) with: StepExecution: id=1, version=0, name=step1, status=STARTING, exitStatus=EXECUTING, readCount=0, filterCount=0, writeCount=0 readSkipCount=0, writeSkipCount=0, processSkipCount=0, commitCount=0, rollbackCount=0, exitDescription=], org.springframework.batch.sample.jmx.SimpleMessageApplicationEvent[source=TaskletStep: [name=step1]]
|
|
10:06:33,018 INFO SimpleAsyncTaskExecutor-2 InfiniteLoopWriter:64 - Executing infinite loop, at count=3
|
|
10:06:33,524 INFO SimpleAsyncTaskExecutor-2 InfiniteLoopWriter:64 - Executing infinite loop, at count=4
|
|
10:06:33,525 INFO SimpleAsyncTaskExecutor-2 SimpleJobRepository:281 - Parent JobExecution is stopped, so passing message on to StepExecution
|
|
10:06:33,525 INFO SimpleAsyncTaskExecutor-2 ThreadStepInterruptionPolicy:60 - Step interrupted through StepExecution
|
|
10:06:33,526 INFO SimpleAsyncTaskExecutor-2 AbstractStep:223 - Encountered interruption executing step step1 in job loopJob : Job interrupted status detected.
|
|
10:06:33,527 INFO SimpleAsyncTaskExecutor-2 SimpleJobRepository:281 - Parent JobExecution is stopped, so passing message on to StepExecution
|
|
10:06:33,527 INFO SimpleAsyncTaskExecutor-2 JobExecutionNotificationPublisher:61 - message=[After: execution(Step.execute(..)) with: StepExecution: id=1, version=4, name=step1, status=STOPPED, exitStatus=STOPPED, readCount=6, filterCount=0, writeCount=7 readSkipCount=0, writeSkipCount=0, processSkipCount=0, commitCount=2, rollbackCount=0, exitDescription=org.springframework.batch.core.JobInterruptedException], org.springframework.batch.sample.jmx.SimpleMessageApplicationEvent[source=TaskletStep: [name=step1]]
|
|
10:06:33,528 INFO SimpleAsyncTaskExecutor-2 AbstractJob:326 - Encountered interruption executing job: Job interrupted by step execution
|
|
10:06:33,529 INFO SimpleAsyncTaskExecutor-2 SimpleJobLauncher:142 - Job: [FlowJob: [name=loopJob]] completed with the following parameters: [{}] and the following status: [STOPPED]
|
|
10:06:33,714 DEBUG Test worker RemoteLauncherTests:110 - JobExecution: id=1, version=3, startTime=2017-03-23 10:06:32.507, endTime=2017-03-23 10:06:33.528, lastUpdated=2017-03-23 10:06:33.528, status=STOPPED, exitStatus=exitCode=STOPPED;exitDescription=org.springframework.batch.core.JobInterruptedException, job=[JobInstance: id=0, version=0, Job=[loopJob]], jobParameters=[{}]
|
|
10:06:33,715 INFO Test worker SimpleJobOperator:270 - Checking status of job execution with id=1
|
|
10:06:33,715 INFO Test worker SimpleJobOperator:278 - Attempting to resume job with name=loopJob and parameters={}
|
|
10:06:33,718 INFO SimpleAsyncTaskExecutor-3 SimpleJobLauncher:139 - Job: [FlowJob: [name=loopJob]] launched with the following parameters: [{}]
|
|
10:06:33,721 INFO SimpleAsyncTaskExecutor-3 SimpleStepHandler:146 - Executing step: [step1]
|
|
10:06:33,722 INFO SimpleAsyncTaskExecutor-3 JobExecutionNotificationPublisher:61 - message=[Before: execution(Step.execute(..)) with: StepExecution: id=2, version=0, name=step1, status=STARTING, exitStatus=EXECUTING, readCount=0, filterCount=0, writeCount=0 readSkipCount=0, writeSkipCount=0, processSkipCount=0, commitCount=0, rollbackCount=0, exitDescription=], org.springframework.batch.sample.jmx.SimpleMessageApplicationEvent[source=TaskletStep: [name=step1]]
|
|
10:06:34,225 INFO SimpleAsyncTaskExecutor-3 InfiniteLoopWriter:64 - Executing infinite loop, at count=5
|
|
]]></system-out>
|
|
<system-err><![CDATA[]]></system-err>
|
|
</testsuite>
|