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

30 lines
4.8 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<testsuite name="org.springframework.batch.sample.RetrySampleFunctionalTests" tests="1" skipped="0" failures="0" errors="0" timestamp="2017-03-23T15:06:38" hostname="Michaels-MacBook-Pro-3.local" time="0.021">
<properties/>
<testcase name="testLaunchJob" classname="org.springframework.batch.sample.RetrySampleFunctionalTests" time="0.021"/>
<system-out><![CDATA[10:06:38,494 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:38,495 INFO Test worker DefaultTestContextBootstrapper:187 - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@5f9cd856, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@6a13cd6c, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@68285878, org.springframework.test.context.support.DirtiesContextTestExecutionListener@70068a98, org.springframework.test.context.transaction.TransactionalTestExecutionListener@49e1a2a6, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@3d6d7e5b]
10:06:38,496 INFO Test worker XmlBeanDefinitionReader:317 - Loading XML bean definitions from class path resource [simple-job-launcher-context.xml]
10:06:38,514 INFO Test worker XmlBeanDefinitionReader:317 - Loading XML bean definitions from class path resource [data-source-context.xml]
10:06:38,527 INFO Test worker XmlBeanDefinitionReader:317 - Loading XML bean definitions from class path resource [org/springframework/batch/sample/config/common-context.xml]
10:06:38,534 INFO Test worker XmlBeanDefinitionReader:317 - Loading XML bean definitions from class path resource [jobs/retrySample.xml]
10:06:38,545 INFO Test worker XmlBeanDefinitionReader:317 - Loading XML bean definitions from class path resource [job-runner-context.xml]
10:06:38,555 INFO Test worker GenericApplicationContext:581 - Refreshing org.springframework.context.support.GenericApplicationContext@172c1a16: startup date [Thu Mar 23 10:06:38 CDT 2017]; root of context hierarchy
10:06:38,590 INFO Test worker AutowiredAnnotationBeanPostProcessor:151 - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
10:06:38,610 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:38,628 INFO Test worker ScriptUtils:442 - Executing SQL script from class path resource [org/springframework/batch/core/schema-drop-hsqldb.sql]
10:06:38,630 INFO Test worker ScriptUtils:508 - Executed SQL script from class path resource [org/springframework/batch/core/schema-drop-hsqldb.sql] in 2 ms.
10:06:38,631 INFO Test worker ScriptUtils:442 - Executing SQL script from class path resource [org/springframework/batch/core/schema-hsqldb.sql]
10:06:38,633 INFO Test worker ScriptUtils:508 - Executed SQL script from class path resource [org/springframework/batch/core/schema-hsqldb.sql] in 2 ms.
10:06:38,634 INFO Test worker ScriptUtils:442 - Executing SQL script from class path resource [business-schema-hsqldb.sql]
10:06:38,637 INFO Test worker ScriptUtils:508 - Executed SQL script from class path resource [business-schema-hsqldb.sql] in 3 ms.
10:06:38,650 INFO Test worker JobRepositoryFactoryBean:184 - No database type set, using meta data indicating: HSQL
10:06:38,651 INFO Test worker SimpleJobLauncher:201 - No TaskExecutor has been set, defaulting to synchronous executor.
10:06:38,710 INFO Test worker GenericApplicationContext:985 - Closing org.springframework.context.support.GenericApplicationContext@77140277: startup date [Thu Mar 23 10:05:54 CDT 2017]; root of context hierarchy
10:06:38,718 INFO Test worker SimpleJobLauncher:139 - Job: [FlowJob: [name=retrySample]] launched with the following parameters: [{random=116664}]
10:06:38,721 INFO Test worker SimpleStepHandler:146 - Executing step: [step1]
10:06:38,734 INFO Test worker SimpleJobLauncher:142 - Job: [FlowJob: [name=retrySample]] completed with the following parameters: [{random=116664}] and the following status: [COMPLETED]
]]></system-out>
<system-err><![CDATA[]]></system-err>
</testsuite>