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

35 lines
6.8 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<testsuite name="org.springframework.batch.sample.GroovyJobFunctionalTests" tests="1" skipped="0" failures="0" errors="0" timestamp="2017-03-23T15:06:00" hostname="Michaels-MacBook-Pro-3.local" time="0.871">
<properties/>
<testcase name="testLaunchJob" classname="org.springframework.batch.sample.GroovyJobFunctionalTests" time="0.871"/>
<system-out><![CDATA[10:05:59,628 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:05:59,628 INFO Test worker DefaultTestContextBootstrapper:187 - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@7f9fbda3, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@52fd24f0, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@2d99786e, org.springframework.test.context.support.DirtiesContextTestExecutionListener@5502e669, org.springframework.test.context.transaction.TransactionalTestExecutionListener@57722bcf, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@6c934f75]
10:05:59,629 INFO Test worker XmlBeanDefinitionReader:317 - Loading XML bean definitions from class path resource [simple-job-launcher-context.xml]
10:05:59,639 INFO Test worker XmlBeanDefinitionReader:317 - Loading XML bean definitions from class path resource [data-source-context.xml]
10:05:59,653 INFO Test worker XmlBeanDefinitionReader:317 - Loading XML bean definitions from class path resource [org/springframework/batch/sample/config/common-context.xml]
10:05:59,662 INFO Test worker XmlBeanDefinitionReader:317 - Loading XML bean definitions from class path resource [jobs/groovyJob.xml]
10:05:59,690 INFO Test worker XmlBeanDefinitionReader:317 - Loading XML bean definitions from class path resource [job-runner-context.xml]
10:05:59,699 INFO Test worker GenericApplicationContext:581 - Refreshing org.springframework.context.support.GenericApplicationContext@a2f0081: startup date [Thu Mar 23 10:05:59 CDT 2017]; root of context hierarchy
10:05:59,749 INFO Test worker DefaultListableBeanFactory:818 - Overriding bean definition for bean 'unzip' with a different definition: replacing [Generic bean: class [org.springframework.batch.core.step.tasklet.MethodInvokingTaskletAdapter]; 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/groovyJob.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/groovyJob.xml]]
10:05:59,749 INFO Test worker DefaultListableBeanFactory:818 - Overriding bean definition for bean 'zip' with a different definition: replacing [Generic bean: class [org.springframework.batch.core.step.tasklet.MethodInvokingTaskletAdapter]; 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/groovyJob.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/groovyJob.xml]]
10:05:59,755 INFO Test worker AutowiredAnnotationBeanPostProcessor:151 - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
10:05:59,786 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:00,380 INFO Test worker ScriptUtils:442 - Executing SQL script from class path resource [org/springframework/batch/core/schema-drop-hsqldb.sql]
10:06:00,386 INFO Test worker ScriptUtils:508 - Executed SQL script from class path resource [org/springframework/batch/core/schema-drop-hsqldb.sql] in 5 ms.
10:06:00,386 INFO Test worker ScriptUtils:442 - Executing SQL script from class path resource [org/springframework/batch/core/schema-hsqldb.sql]
10:06:00,392 INFO Test worker ScriptUtils:508 - Executed SQL script from class path resource [org/springframework/batch/core/schema-hsqldb.sql] in 5 ms.
10:06:00,393 INFO Test worker ScriptUtils:442 - Executing SQL script from class path resource [business-schema-hsqldb.sql]
10:06:00,401 INFO Test worker ScriptUtils:508 - Executed SQL script from class path resource [business-schema-hsqldb.sql] in 8 ms.
10:06:00,413 INFO Test worker JobRepositoryFactoryBean:184 - No database type set, using meta data indicating: HSQL
10:06:00,414 INFO Test worker SimpleJobLauncher:201 - No TaskExecutor has been set, defaulting to synchronous executor.
10:06:00,537 INFO Test worker SimpleJobLauncher:139 - Job: [FlowJob: [name=groovyJob]] launched with the following parameters: [{random=599922}]
10:06:00,548 INFO Test worker SimpleStepHandler:146 - Executing step: [unzip-step]
[unzip] Expanding: /Users/mminella/Documents/IntelliJWorkspace/spring-batch/spring-batch-samples/src/main/resources/data/groovyJob/input/files.zip into /Users/mminella/Documents/IntelliJWorkspace/spring-batch/spring-batch-samples/build/groovyJob/staging
10:06:01,211 INFO Test worker SimpleStepHandler:146 - Executing step: [zip-step]
[mkdir] Created dir: /Users/mminella/Documents/IntelliJWorkspace/spring-batch/spring-batch-samples/build/groovyJob/output
[zip] Building zip: /Users/mminella/Documents/IntelliJWorkspace/spring-batch/spring-batch-samples/build/groovyJob/output/files.zip
10:06:01,389 INFO Test worker SimpleJobLauncher:142 - Job: [FlowJob: [name=groovyJob]] completed with the following parameters: [{random=599922}] and the following status: [COMPLETED]
]]></system-out>
<system-err><![CDATA[]]></system-err>
</testsuite>