124 lines
26 KiB
XML
124 lines
26 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<testsuite name="org.springframework.batch.integration.partition.PollingIntegrationTests" tests="2" skipped="0" failures="0" errors="0" timestamp="2017-03-23T15:05:11" hostname="Michaels-MacBook-Pro-3.local" time="10.036">
|
|
<properties/>
|
|
<testcase name="testSimpleProperties" classname="org.springframework.batch.integration.partition.PollingIntegrationTests" time="0.0"/>
|
|
<testcase name="testLaunchJob" classname="org.springframework.batch.integration.partition.PollingIntegrationTests" time="10.035"/>
|
|
<system-out><![CDATA[2017-03-23 10:05:10,786 INFO Test worker [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - <Loading XML bean definitions from class path resource [org/springframework/batch/integration/partition/PollingIntegrationTests-context.xml]>
|
|
2017-03-23 10:05:10,815 INFO Test worker [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - <Loading XML bean definitions from class path resource [simple-job-launcher-context.xml]>
|
|
2017-03-23 10:05:10,826 INFO Test worker [org.springframework.integration.config.IntegrationRegistrar] - <No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.>
|
|
2017-03-23 10:05:10,826 DEBUG Test worker [org.springframework.integration.config.IntegrationRegistrar] - <The '#jsonPath' SpEL function cannot be registered: there is no jayway json-path.jar on the classpath.>
|
|
2017-03-23 10:05:10,827 DEBUG Test worker [org.springframework.integration.config.IntegrationRegistrar] - <SpEL function '#xpath' isn't registered: there is no spring-integration-xml.jar on the classpath.>
|
|
2017-03-23 10:05:10,829 INFO Test worker [org.springframework.context.support.GenericApplicationContext] - <Refreshing org.springframework.context.support.GenericApplicationContext@37df2f22: startup date [Thu Mar 23 10:05:10 CDT 2017]; root of context hierarchy>
|
|
2017-03-23 10:05:10,851 INFO Test worker [org.springframework.integration.config.DefaultConfiguringBeanFactoryPostProcessor] - <No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.>
|
|
2017-03-23 10:05:10,851 INFO Test worker [org.springframework.integration.config.DefaultConfiguringBeanFactoryPostProcessor] - <No bean named 'taskScheduler' has been explicitly defined. Therefore, a default ThreadPoolTaskScheduler will be created.>
|
|
2017-03-23 10:05:10,852 INFO Test worker [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - <JSR-330 'javax.inject.Inject' annotation found and supported for autowiring>
|
|
2017-03-23 10:05:10,868 INFO Test worker [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - <JSR-330 'javax.inject.Inject' annotation found and supported for autowiring>
|
|
2017-03-23 10:05:10,873 INFO Test worker [org.springframework.batch.core.launch.support.SimpleJobLauncher] - <No TaskExecutor has been set, defaulting to synchronous executor.>
|
|
2017-03-23 10:05:10,969 DEBUG Test worker [org.springframework.batch.integration.partition.MessageChannelPartitionHandler] - <MessageChannelPartitionHandler is configured to poll the job repository for slave results>
|
|
2017-03-23 10:05:10,975 DEBUG Test worker [org.springframework.batch.integration.partition.MessageChannelPartitionHandler] - <MessageChannelPartitionHandler is configured to poll the job repository for slave results>
|
|
2017-03-23 10:05:10,996 INFO Test worker [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - <JSR-330 'javax.inject.Inject' annotation found and supported for autowiring>
|
|
2017-03-23 10:05:11,017 DEBUG Test worker [org.springframework.integration.config.GlobalChannelInterceptorProcessor] - <No global channel interceptors.>
|
|
2017-03-23 10:05:11,052 INFO Test worker [org.springframework.context.support.DefaultLifecycleProcessor] - <Starting beans in phase 0>
|
|
2017-03-23 10:05:11,052 INFO Test worker [org.springframework.integration.endpoint.EventDrivenConsumer] - <Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel>
|
|
2017-03-23 10:05:11,052 INFO Test worker [org.springframework.integration.channel.PublishSubscribeChannel] - <Channel 'org.springframework.context.support.GenericApplicationContext@37df2f22.errorChannel' has 1 subscriber(s).>
|
|
2017-03-23 10:05:11,052 INFO Test worker [org.springframework.integration.endpoint.EventDrivenConsumer] - <started _org.springframework.integration.errorLogger>
|
|
2017-03-23 10:05:11,052 INFO Test worker [org.springframework.context.support.DefaultLifecycleProcessor] - <Starting beans in phase 1073741823>
|
|
2017-03-23 10:05:11,052 INFO Test worker [org.springframework.integration.endpoint.PollingConsumer] - <started org.springframework.integration.config.ConsumerEndpointFactoryBean#0>
|
|
2017-03-23 10:05:11,058 INFO Test worker [org.springframework.batch.core.launch.support.SimpleJobLauncher] - <Job: [FlowJob: [name=job1]] launched with the following parameters: [{}]>
|
|
2017-03-23 10:05:11,058 DEBUG Test worker [org.springframework.batch.core.job.AbstractJob] - <Job execution starting: JobExecution: id=0, version=0, startTime=null, endTime=null, lastUpdated=Thu Mar 23 10:05:11 CDT 2017, status=STARTING, exitStatus=exitCode=UNKNOWN;exitDescription=, job=[JobInstance: id=0, version=0, Job=[job1]], jobParameters=[{}]>
|
|
2017-03-23 10:05:11,060 DEBUG Test worker [org.springframework.batch.core.job.flow.support.SimpleFlow] - <Resuming state=job1.step1-master with status=UNKNOWN>
|
|
2017-03-23 10:05:11,060 DEBUG Test worker [org.springframework.batch.core.job.flow.support.SimpleFlow] - <Handling state=job1.step1-master>
|
|
2017-03-23 10:05:11,063 INFO Test worker [org.springframework.batch.core.job.SimpleStepHandler] - <Executing step: [step1-master]>
|
|
2017-03-23 10:05:11,063 DEBUG Test worker [org.springframework.batch.core.step.AbstractStep] - <Executing: id=1>
|
|
2017-03-23 10:05:11,071 DEBUG Test worker [org.springframework.batch.integration.partition.MessageChannelPartitionHandler] - <Sending request: GenericMessage [payload=StepExecutionRequest: [jobExecutionId=0, stepExecutionId=3, stepName=step1], headers={sequenceNumber=0, correlationId=0:step1, id=5e4b2bf7-6bd9-93ad-39fc-f377b5ad5c4a, sequenceSize=2, timestamp=1490281511071}]>
|
|
2017-03-23 10:05:11,072 DEBUG Test worker [org.springframework.integration.channel.QueueChannel] - <preSend on channel 'requests', message: GenericMessage [payload=StepExecutionRequest: [jobExecutionId=0, stepExecutionId=3, stepName=step1], headers={sequenceNumber=0, correlationId=0:step1, id=5e4b2bf7-6bd9-93ad-39fc-f377b5ad5c4a, sequenceSize=2, timestamp=1490281511071}]>
|
|
2017-03-23 10:05:11,072 DEBUG Test worker [org.springframework.integration.channel.QueueChannel] - <postSend (sent=true) on channel 'requests', message: GenericMessage [payload=StepExecutionRequest: [jobExecutionId=0, stepExecutionId=3, stepName=step1], headers={sequenceNumber=0, correlationId=0:step1, id=5e4b2bf7-6bd9-93ad-39fc-f377b5ad5c4a, sequenceSize=2, timestamp=1490281511071}]>
|
|
2017-03-23 10:05:11,072 DEBUG task-scheduler-1 [org.springframework.integration.channel.QueueChannel] - <postReceive on channel 'requests', message: GenericMessage [payload=StepExecutionRequest: [jobExecutionId=0, stepExecutionId=3, stepName=step1], headers={sequenceNumber=0, correlationId=0:step1, id=5e4b2bf7-6bd9-93ad-39fc-f377b5ad5c4a, sequenceSize=2, timestamp=1490281511071}]>
|
|
2017-03-23 10:05:11,072 DEBUG Test worker [org.springframework.batch.integration.partition.MessageChannelPartitionHandler] - <Sending request: GenericMessage [payload=StepExecutionRequest: [jobExecutionId=0, stepExecutionId=2, stepName=step1], headers={sequenceNumber=1, correlationId=0:step1, id=434ce803-cc24-3a60-4b3d-0bade77c3166, sequenceSize=2, timestamp=1490281511072}]>
|
|
2017-03-23 10:05:11,072 DEBUG task-scheduler-1 [org.springframework.integration.endpoint.PollingConsumer] - <Poll resulted in Message: GenericMessage [payload=StepExecutionRequest: [jobExecutionId=0, stepExecutionId=3, stepName=step1], headers={sequenceNumber=0, correlationId=0:step1, id=5e4b2bf7-6bd9-93ad-39fc-f377b5ad5c4a, sequenceSize=2, timestamp=1490281511071}]>
|
|
2017-03-23 10:05:11,072 DEBUG Test worker [org.springframework.integration.channel.QueueChannel] - <preSend on channel 'requests', message: GenericMessage [payload=StepExecutionRequest: [jobExecutionId=0, stepExecutionId=2, stepName=step1], headers={sequenceNumber=1, correlationId=0:step1, id=434ce803-cc24-3a60-4b3d-0bade77c3166, sequenceSize=2, timestamp=1490281511072}]>
|
|
2017-03-23 10:05:11,072 DEBUG task-scheduler-1 [org.springframework.integration.handler.ServiceActivatingHandler] - <ServiceActivator for [org.springframework.integration.handler.MethodInvokingMessageProcessor@a8bba65] (org.springframework.integration.config.ServiceActivatorFactoryBean#0) received message: GenericMessage [payload=StepExecutionRequest: [jobExecutionId=0, stepExecutionId=3, stepName=step1], headers={sequenceNumber=0, correlationId=0:step1, id=5e4b2bf7-6bd9-93ad-39fc-f377b5ad5c4a, sequenceSize=2, timestamp=1490281511071}]>
|
|
2017-03-23 10:05:11,072 DEBUG Test worker [org.springframework.integration.channel.QueueChannel] - <postSend (sent=true) on channel 'requests', message: GenericMessage [payload=StepExecutionRequest: [jobExecutionId=0, stepExecutionId=2, stepName=step1], headers={sequenceNumber=1, correlationId=0:step1, id=434ce803-cc24-3a60-4b3d-0bade77c3166, sequenceSize=2, timestamp=1490281511072}]>
|
|
2017-03-23 10:05:11,078 DEBUG task-scheduler-1 [org.springframework.batch.core.step.AbstractStep] - <Executing: id=3>
|
|
2017-03-23 10:05:11,080 DEBUG task-scheduler-1 [org.springframework.batch.core.scope.StepScope] - <Creating object in scope=step, name=scopedTarget.org.springframework.batch.integration.partition.ExampleItemReader#1314a890>
|
|
2017-03-23 10:05:11,082 DEBUG Test worker [org.springframework.batch.integration.partition.MessageChannelPartitionHandler] - <Currently waiting on 2 partitions to finish>
|
|
2017-03-23 10:05:11,084 DEBUG task-scheduler-1 [org.springframework.batch.core.scope.context.StepContextRepeatCallback] - <Preparing chunk execution for StepContext: org.springframework.batch.core.scope.context.StepContext@76af11e8>
|
|
2017-03-23 10:05:11,084 DEBUG task-scheduler-1 [org.springframework.batch.core.scope.context.StepContextRepeatCallback] - <Chunk execution starting: queue size=0>
|
|
2017-03-23 10:05:11,084 INFO task-scheduler-1 [org.springframework.batch.integration.partition.ExampleItemReader] - <Processing input index=0, item=Hello, in (org.springframework.batch.integration.partition.ExampleItemReader@5195f1b0)>
|
|
2017-03-23 10:05:11,084 INFO task-scheduler-1 [org.springframework.batch.integration.partition.ExampleItemReader] - <Processing input index=1, item=world!, in (org.springframework.batch.integration.partition.ExampleItemReader@5195f1b0)>
|
|
2017-03-23 10:05:11,084 INFO task-scheduler-1 [org.springframework.batch.integration.partition.ExampleItemReader] - <Processing input index=2, item=Go, in (org.springframework.batch.integration.partition.ExampleItemReader@5195f1b0)>
|
|
2017-03-23 10:05:11,084 INFO task-scheduler-1 [org.springframework.batch.integration.partition.ExampleItemReader] - <Processing input index=3, item=on, in (org.springframework.batch.integration.partition.ExampleItemReader@5195f1b0)>
|
|
2017-03-23 10:05:11,084 INFO task-scheduler-1 [org.springframework.batch.integration.partition.ExampleItemReader] - <Processing input index=4, item=punk, in (org.springframework.batch.integration.partition.ExampleItemReader@5195f1b0)>
|
|
2017-03-23 10:05:11,084 INFO task-scheduler-1 [org.springframework.batch.integration.partition.ExampleItemReader] - <Processing input index=5, item=make, in (org.springframework.batch.integration.partition.ExampleItemReader@5195f1b0)>
|
|
2017-03-23 10:05:11,084 INFO task-scheduler-1 [org.springframework.batch.integration.partition.ExampleItemReader] - <Processing input index=6, item=my, in (org.springframework.batch.integration.partition.ExampleItemReader@5195f1b0)>
|
|
2017-03-23 10:05:11,084 INFO task-scheduler-1 [org.springframework.batch.integration.partition.ExampleItemReader] - <Processing input index=7, item=day!, in (org.springframework.batch.integration.partition.ExampleItemReader@5195f1b0)>
|
|
2017-03-23 10:05:11,085 INFO task-scheduler-1 [org.springframework.batch.integration.partition.ExampleItemWriter] - <[Hello, world!, Go, on, punk, make, my, day!]>
|
|
2017-03-23 10:05:11,085 DEBUG task-scheduler-1 [org.springframework.batch.core.step.item.ChunkOrientedTasklet] - <Inputs not busy, ended: true>
|
|
2017-03-23 10:05:11,085 DEBUG task-scheduler-1 [org.springframework.batch.core.step.tasklet.TaskletStep] - <Applying contribution: [StepContribution: read=8, written=8, filtered=0, readSkips=0, writeSkips=0, processSkips=0, exitStatus=EXECUTING]>
|
|
2017-03-23 10:05:11,085 DEBUG task-scheduler-1 [org.springframework.batch.core.step.tasklet.TaskletStep] - <Saving step execution before commit: StepExecution: id=3, version=1, name=step1-master:partition1, status=STARTED, exitStatus=EXECUTING, readCount=8, filterCount=0, writeCount=8 readSkipCount=0, writeSkipCount=0, processSkipCount=0, commitCount=1, rollbackCount=0, exitDescription=>
|
|
2017-03-23 10:05:11,087 DEBUG task-scheduler-1 [org.springframework.batch.core.step.AbstractStep] - <Step execution success: id=3>
|
|
2017-03-23 10:05:11,088 DEBUG task-scheduler-1 [org.springframework.batch.core.step.AbstractStep] - <Step execution complete: StepExecution: id=3, version=3, name=step1-master:partition1, status=COMPLETED, exitStatus=COMPLETED, readCount=8, filterCount=0, writeCount=8 readSkipCount=0, writeSkipCount=0, processSkipCount=0, commitCount=1, rollbackCount=0>
|
|
2017-03-23 10:05:11,088 DEBUG task-scheduler-1 [org.springframework.integration.channel.NullChannel] - <message sent to null channel: GenericMessage [payload=StepExecution: id=3, version=3, name=step1-master:partition1, status=COMPLETED, exitStatus=COMPLETED, readCount=8, filterCount=0, writeCount=8 readSkipCount=0, writeSkipCount=0, processSkipCount=0, commitCount=1, rollbackCount=0, exitDescription=, headers={sequenceNumber=0, correlationId=0:step1, id=f21b6d15-31ff-4045-9e85-db60929dc9e3, sequenceSize=2, timestamp=1490281511088}]>
|
|
2017-03-23 10:05:11,088 DEBUG task-scheduler-1 [org.springframework.integration.channel.QueueChannel] - <postReceive on channel 'requests', message: GenericMessage [payload=StepExecutionRequest: [jobExecutionId=0, stepExecutionId=2, stepName=step1], headers={sequenceNumber=1, correlationId=0:step1, id=434ce803-cc24-3a60-4b3d-0bade77c3166, sequenceSize=2, timestamp=1490281511072}]>
|
|
2017-03-23 10:05:11,088 DEBUG task-scheduler-1 [org.springframework.integration.endpoint.PollingConsumer] - <Poll resulted in Message: GenericMessage [payload=StepExecutionRequest: [jobExecutionId=0, stepExecutionId=2, stepName=step1], headers={sequenceNumber=1, correlationId=0:step1, id=434ce803-cc24-3a60-4b3d-0bade77c3166, sequenceSize=2, timestamp=1490281511072}]>
|
|
2017-03-23 10:05:11,088 DEBUG task-scheduler-1 [org.springframework.integration.handler.ServiceActivatingHandler] - <ServiceActivator for [org.springframework.integration.handler.MethodInvokingMessageProcessor@a8bba65] (org.springframework.integration.config.ServiceActivatorFactoryBean#0) received message: GenericMessage [payload=StepExecutionRequest: [jobExecutionId=0, stepExecutionId=2, stepName=step1], headers={sequenceNumber=1, correlationId=0:step1, id=434ce803-cc24-3a60-4b3d-0bade77c3166, sequenceSize=2, timestamp=1490281511072}]>
|
|
2017-03-23 10:05:11,091 DEBUG task-scheduler-1 [org.springframework.batch.core.step.AbstractStep] - <Executing: id=2>
|
|
2017-03-23 10:05:11,092 DEBUG task-scheduler-1 [org.springframework.batch.core.scope.StepScope] - <Creating object in scope=step, name=scopedTarget.org.springframework.batch.integration.partition.ExampleItemReader#1314a890>
|
|
2017-03-23 10:05:11,093 DEBUG task-scheduler-1 [org.springframework.batch.core.scope.context.StepContextRepeatCallback] - <Preparing chunk execution for StepContext: org.springframework.batch.core.scope.context.StepContext@2a252017>
|
|
2017-03-23 10:05:11,093 DEBUG task-scheduler-1 [org.springframework.batch.core.scope.context.StepContextRepeatCallback] - <Chunk execution starting: queue size=0>
|
|
2017-03-23 10:05:11,093 INFO task-scheduler-1 [org.springframework.batch.integration.partition.ExampleItemReader] - <Processing input index=0, item=Hello, in (org.springframework.batch.integration.partition.ExampleItemReader@4aca7b53)>
|
|
2017-03-23 10:05:11,093 INFO task-scheduler-1 [org.springframework.batch.integration.partition.ExampleItemReader] - <Processing input index=1, item=world!, in (org.springframework.batch.integration.partition.ExampleItemReader@4aca7b53)>
|
|
2017-03-23 10:05:11,093 INFO task-scheduler-1 [org.springframework.batch.integration.partition.ExampleItemReader] - <Processing input index=2, item=Go, in (org.springframework.batch.integration.partition.ExampleItemReader@4aca7b53)>
|
|
2017-03-23 10:05:11,093 INFO task-scheduler-1 [org.springframework.batch.integration.partition.ExampleItemReader] - <Processing input index=3, item=on, in (org.springframework.batch.integration.partition.ExampleItemReader@4aca7b53)>
|
|
2017-03-23 10:05:11,093 INFO task-scheduler-1 [org.springframework.batch.integration.partition.ExampleItemReader] - <Processing input index=4, item=punk, in (org.springframework.batch.integration.partition.ExampleItemReader@4aca7b53)>
|
|
2017-03-23 10:05:11,093 INFO task-scheduler-1 [org.springframework.batch.integration.partition.ExampleItemReader] - <Processing input index=5, item=make, in (org.springframework.batch.integration.partition.ExampleItemReader@4aca7b53)>
|
|
2017-03-23 10:05:11,094 INFO task-scheduler-1 [org.springframework.batch.integration.partition.ExampleItemReader] - <Processing input index=6, item=my, in (org.springframework.batch.integration.partition.ExampleItemReader@4aca7b53)>
|
|
2017-03-23 10:05:11,094 INFO task-scheduler-1 [org.springframework.batch.integration.partition.ExampleItemReader] - <Processing input index=7, item=day!, in (org.springframework.batch.integration.partition.ExampleItemReader@4aca7b53)>
|
|
2017-03-23 10:05:11,094 INFO task-scheduler-1 [org.springframework.batch.integration.partition.ExampleItemWriter] - <[Hello, world!, Go, on, punk, make, my, day!]>
|
|
2017-03-23 10:05:11,094 DEBUG task-scheduler-1 [org.springframework.batch.core.step.item.ChunkOrientedTasklet] - <Inputs not busy, ended: true>
|
|
2017-03-23 10:05:11,094 DEBUG task-scheduler-1 [org.springframework.batch.core.step.tasklet.TaskletStep] - <Applying contribution: [StepContribution: read=8, written=8, filtered=0, readSkips=0, writeSkips=0, processSkips=0, exitStatus=EXECUTING]>
|
|
2017-03-23 10:05:11,094 DEBUG task-scheduler-1 [org.springframework.batch.core.step.tasklet.TaskletStep] - <Saving step execution before commit: StepExecution: id=2, version=1, name=step1-master:partition0, status=STARTED, exitStatus=EXECUTING, readCount=8, filterCount=0, writeCount=8 readSkipCount=0, writeSkipCount=0, processSkipCount=0, commitCount=1, rollbackCount=0, exitDescription=>
|
|
2017-03-23 10:05:11,095 DEBUG task-scheduler-1 [org.springframework.batch.core.step.AbstractStep] - <Step execution success: id=2>
|
|
2017-03-23 10:05:11,097 DEBUG task-scheduler-1 [org.springframework.batch.core.step.AbstractStep] - <Step execution complete: StepExecution: id=2, version=3, name=step1-master:partition0, status=COMPLETED, exitStatus=COMPLETED, readCount=8, filterCount=0, writeCount=8 readSkipCount=0, writeSkipCount=0, processSkipCount=0, commitCount=1, rollbackCount=0>
|
|
2017-03-23 10:05:11,097 DEBUG task-scheduler-1 [org.springframework.integration.channel.NullChannel] - <message sent to null channel: GenericMessage [payload=StepExecution: id=2, version=3, name=step1-master:partition0, status=COMPLETED, exitStatus=COMPLETED, readCount=8, filterCount=0, writeCount=8 readSkipCount=0, writeSkipCount=0, processSkipCount=0, commitCount=1, rollbackCount=0, exitDescription=, headers={sequenceNumber=1, correlationId=0:step1, id=e37c4bdb-883c-561b-47d4-83e2eeb667e6, sequenceSize=2, timestamp=1490281511097}]>
|
|
2017-03-23 10:05:11,339 DEBUG task-scheduler-2 [org.springframework.integration.endpoint.PollingConsumer] - <Received no Message during the poll, returning 'false'>
|
|
2017-03-23 10:05:11,682 DEBUG task-scheduler-10 [org.springframework.integration.endpoint.PollingConsumer] - <Received no Message during the poll, returning 'false'>
|
|
2017-03-23 10:05:12,102 DEBUG task-scheduler-1 [org.springframework.integration.endpoint.PollingConsumer] - <Received no Message during the poll, returning 'false'>
|
|
2017-03-23 10:05:12,341 DEBUG task-scheduler-2 [org.springframework.integration.endpoint.PollingConsumer] - <Received no Message during the poll, returning 'false'>
|
|
2017-03-23 10:05:12,697 DEBUG task-scheduler-10 [org.springframework.integration.endpoint.PollingConsumer] - <Received no Message during the poll, returning 'false'>
|
|
2017-03-23 10:05:13,117 DEBUG task-scheduler-1 [org.springframework.integration.endpoint.PollingConsumer] - <Received no Message during the poll, returning 'false'>
|
|
2017-03-23 10:05:13,345 DEBUG task-scheduler-5 [org.springframework.integration.endpoint.PollingConsumer] - <Received no Message during the poll, returning 'false'>
|
|
2017-03-23 10:05:13,709 DEBUG task-scheduler-10 [org.springframework.integration.endpoint.PollingConsumer] - <Received no Message during the poll, returning 'false'>
|
|
2017-03-23 10:05:14,133 DEBUG task-scheduler-2 [org.springframework.integration.endpoint.PollingConsumer] - <Received no Message during the poll, returning 'false'>
|
|
2017-03-23 10:05:14,349 DEBUG task-scheduler-5 [org.springframework.integration.endpoint.PollingConsumer] - <Received no Message during the poll, returning 'false'>
|
|
2017-03-23 10:05:14,725 DEBUG task-scheduler-8 [org.springframework.integration.endpoint.PollingConsumer] - <Received no Message during the poll, returning 'false'>
|
|
2017-03-23 10:05:15,150 DEBUG task-scheduler-1 [org.springframework.integration.endpoint.PollingConsumer] - <Received no Message during the poll, returning 'false'>
|
|
2017-03-23 10:05:15,353 DEBUG task-scheduler-5 [org.springframework.integration.endpoint.PollingConsumer] - <Received no Message during the poll, returning 'false'>
|
|
2017-03-23 10:05:15,741 DEBUG task-scheduler-8 [org.springframework.integration.endpoint.PollingConsumer] - <Received no Message during the poll, returning 'false'>
|
|
2017-03-23 10:05:16,166 DEBUG task-scheduler-3 [org.springframework.integration.endpoint.PollingConsumer] - <Received no Message during the poll, returning 'false'>
|
|
2017-03-23 10:05:16,357 DEBUG task-scheduler-4 [org.springframework.integration.endpoint.PollingConsumer] - <Received no Message during the poll, returning 'false'>
|
|
2017-03-23 10:05:16,757 DEBUG task-scheduler-8 [org.springframework.integration.endpoint.PollingConsumer] - <Received no Message during the poll, returning 'false'>
|
|
2017-03-23 10:05:17,181 DEBUG task-scheduler-2 [org.springframework.integration.endpoint.PollingConsumer] - <Received no Message during the poll, returning 'false'>
|
|
2017-03-23 10:05:17,361 DEBUG task-scheduler-4 [org.springframework.integration.endpoint.PollingConsumer] - <Received no Message during the poll, returning 'false'>
|
|
2017-03-23 10:05:17,773 DEBUG task-scheduler-8 [org.springframework.integration.endpoint.PollingConsumer] - <Received no Message during the poll, returning 'false'>
|
|
2017-03-23 10:05:18,197 DEBUG task-scheduler-4 [org.springframework.integration.endpoint.PollingConsumer] - <Received no Message during the poll, returning 'false'>
|
|
2017-03-23 10:05:18,365 DEBUG task-scheduler-1 [org.springframework.integration.endpoint.PollingConsumer] - <Received no Message during the poll, returning 'false'>
|
|
2017-03-23 10:05:18,789 DEBUG task-scheduler-8 [org.springframework.integration.endpoint.PollingConsumer] - <Received no Message during the poll, returning 'false'>
|
|
2017-03-23 10:05:19,213 DEBUG task-scheduler-1 [org.springframework.integration.endpoint.PollingConsumer] - <Received no Message during the poll, returning 'false'>
|
|
2017-03-23 10:05:19,369 DEBUG task-scheduler-3 [org.springframework.integration.endpoint.PollingConsumer] - <Received no Message during the poll, returning 'false'>
|
|
2017-03-23 10:05:19,805 DEBUG task-scheduler-7 [org.springframework.integration.endpoint.PollingConsumer] - <Received no Message during the poll, returning 'false'>
|
|
2017-03-23 10:05:20,229 DEBUG task-scheduler-5 [org.springframework.integration.endpoint.PollingConsumer] - <Received no Message during the poll, returning 'false'>
|
|
2017-03-23 10:05:20,373 DEBUG task-scheduler-3 [org.springframework.integration.endpoint.PollingConsumer] - <Received no Message during the poll, returning 'false'>
|
|
2017-03-23 10:05:20,820 DEBUG task-scheduler-6 [org.springframework.integration.endpoint.PollingConsumer] - <Received no Message during the poll, returning 'false'>
|
|
2017-03-23 10:05:21,082 DEBUG Test worker [org.springframework.batch.integration.partition.MessageChannelPartitionHandler] - <Currently waiting on 2 partitions to finish>
|
|
2017-03-23 10:05:21,082 DEBUG Test worker [org.springframework.batch.core.step.AbstractStep] - <Step execution success: id=1>
|
|
2017-03-23 10:05:21,084 DEBUG Test worker [org.springframework.batch.core.step.AbstractStep] - <Step execution complete: StepExecution: id=1, version=2, name=step1-master, status=COMPLETED, exitStatus=COMPLETED, readCount=16, filterCount=0, writeCount=16 readSkipCount=0, writeSkipCount=0, processSkipCount=0, commitCount=2, rollbackCount=0>
|
|
2017-03-23 10:05:21,084 DEBUG Test worker [org.springframework.batch.core.job.flow.support.SimpleFlow] - <Completed state=job1.step1-master with status=COMPLETED>
|
|
2017-03-23 10:05:21,084 DEBUG Test worker [org.springframework.batch.core.job.flow.support.SimpleFlow] - <Handling state=job1.end21>
|
|
2017-03-23 10:05:21,084 DEBUG Test worker [org.springframework.batch.core.job.flow.support.SimpleFlow] - <Completed state=job1.end21 with status=COMPLETED>
|
|
2017-03-23 10:05:21,084 DEBUG Test worker [org.springframework.batch.core.job.AbstractJob] - <Job execution complete: JobExecution: id=0, version=1, startTime=Thu Mar 23 10:05:11 CDT 2017, endTime=null, lastUpdated=Thu Mar 23 10:05:11 CDT 2017, status=COMPLETED, exitStatus=exitCode=COMPLETED;exitDescription=, job=[JobInstance: id=0, version=0, Job=[job1]], jobParameters=[{}]>
|
|
2017-03-23 10:05:21,086 INFO Test worker [org.springframework.batch.core.launch.support.SimpleJobLauncher] - <Job: [FlowJob: [name=job1]] completed with the following parameters: [{}] and the following status: [COMPLETED]>
|
|
]]></system-out>
|
|
<system-err><![CDATA[]]></system-err>
|
|
</testsuite>
|