Files
spring-batch/spring-batch-samples/build/test-results/test/TEST-org.springframework.batch.sample.PartitionFileJobFunctionalTests.xml
Michael Minella 75ab909314 update
2017-03-23 10:18:33 -05:00

33 lines
7.3 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<testsuite name="org.springframework.batch.sample.PartitionFileJobFunctionalTests" tests="1" skipped="0" failures="0" errors="0" timestamp="2017-03-23T15:06:36" hostname="Michaels-MacBook-Pro-3.local" time="0.093">
<properties/>
<testcase name="testUpdateCredit" classname="org.springframework.batch.sample.PartitionFileJobFunctionalTests" time="0.093"/>
<system-out><![CDATA[10:06:36,032 INFO Test worker DefaultTestContextBootstrapper:260 - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
10:06:36,032 INFO Test worker DefaultTestContextBootstrapper:187 - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@3d022bcd, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@6866d3d, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@46b81223, org.springframework.test.context.support.DirtiesContextTestExecutionListener@5814954d, org.springframework.test.context.transaction.TransactionalTestExecutionListener@74e491c1, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@41bef5e5]
10:06:36,034 INFO Test worker XmlBeanDefinitionReader:317 - Loading XML bean definitions from class path resource [simple-job-launcher-context.xml]
10:06:36,045 INFO Test worker XmlBeanDefinitionReader:317 - Loading XML bean definitions from class path resource [data-source-context.xml]
10:06:36,056 INFO Test worker XmlBeanDefinitionReader:317 - Loading XML bean definitions from class path resource [org/springframework/batch/sample/config/common-context.xml]
10:06:36,063 INFO Test worker XmlBeanDefinitionReader:317 - Loading XML bean definitions from class path resource [jobs/partitionFileJob.xml]
10:06:36,082 INFO Test worker XmlBeanDefinitionReader:317 - Loading XML bean definitions from class path resource [job-runner-context.xml]
10:06:36,091 INFO Test worker GenericApplicationContext:581 - Refreshing org.springframework.context.support.GenericApplicationContext@4791cefb: startup date [Thu Mar 23 10:06:36 CDT 2017]; root of context hierarchy
10:06:36,141 INFO Test worker DefaultListableBeanFactory:818 - Overriding bean definition for bean 'fileNameListener' with a different definition: replacing [Generic bean: class [org.springframework.batch.sample.common.OutputFileListener]; scope=step; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=false; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [jobs/partitionFileJob.xml]] with [Root bean: class [org.springframework.aop.scope.ScopedProxyFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in BeanDefinition defined in class path resource [jobs/partitionFileJob.xml]]
10:06:36,142 INFO Test worker DefaultListableBeanFactory:818 - Overriding bean definition for bean 'itemReader' with a different definition: replacing [Generic bean with parent 'itemReaderParent': class [null]; scope=step; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=false; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [jobs/partitionFileJob.xml]] with [Root bean: class [org.springframework.aop.scope.ScopedProxyFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=false; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in BeanDefinition defined in class path resource [jobs/partitionFileJob.xml]]
10:06:36,142 INFO Test worker DefaultListableBeanFactory:818 - Overriding bean definition for bean 'itemWriter' with a different definition: replacing [Generic bean: class [org.springframework.batch.item.file.FlatFileItemWriter]; scope=step; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=false; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [jobs/partitionFileJob.xml]] with [Root bean: class [org.springframework.aop.scope.ScopedProxyFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in BeanDefinition defined in class path resource [jobs/partitionFileJob.xml]]
10:06:36,158 INFO Test worker AutowiredAnnotationBeanPostProcessor:151 - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
10:06:36,183 INFO Test worker 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:36,201 INFO Test worker ScriptUtils:442 - Executing SQL script from class path resource [org/springframework/batch/core/schema-drop-hsqldb.sql]
10:06:36,204 INFO Test worker ScriptUtils:508 - Executed SQL script from class path resource [org/springframework/batch/core/schema-drop-hsqldb.sql] in 3 ms.
10:06:36,204 INFO Test worker ScriptUtils:442 - Executing SQL script from class path resource [org/springframework/batch/core/schema-hsqldb.sql]
10:06:36,207 INFO Test worker ScriptUtils:508 - Executed SQL script from class path resource [org/springframework/batch/core/schema-hsqldb.sql] in 3 ms.
10:06:36,207 INFO Test worker ScriptUtils:442 - Executing SQL script from class path resource [business-schema-hsqldb.sql]
10:06:36,211 INFO Test worker ScriptUtils:508 - Executed SQL script from class path resource [business-schema-hsqldb.sql] in 4 ms.
10:06:36,225 INFO Test worker JobRepositoryFactoryBean:184 - No database type set, using meta data indicating: HSQL
10:06:36,226 INFO Test worker SimpleJobLauncher:201 - No TaskExecutor has been set, defaulting to synchronous executor.
10:06:36,370 INFO Test worker GenericApplicationContext:985 - Closing org.springframework.context.support.GenericApplicationContext@5785b931: startup date [Thu Mar 23 10:05:50 CDT 2017]; root of context hierarchy
10:06:36,383 INFO Test worker SimpleJobLauncher:139 - Job: [FlowJob: [name=partitionJob]] launched with the following parameters: [{random=680112}]
10:06:36,388 INFO Test worker SimpleStepHandler:146 - Executing step: [step]
10:06:36,457 INFO Test worker SimpleJobLauncher:142 - Job: [FlowJob: [name=partitionJob]] completed with the following parameters: [{random=680112}] and the following status: [COMPLETED]
]]></system-out>
<system-err><![CDATA[]]></system-err>
</testsuite>