29 lines
4.6 KiB
XML
29 lines
4.6 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<testsuite name="org.springframework.batch.sample.DelegatingJobFunctionalTests" tests="1" skipped="0" failures="0" errors="0" timestamp="2017-03-23T15:05:54" hostname="Michaels-MacBook-Pro-3.local" time="0.07">
|
|
<properties/>
|
|
<testcase name="testLaunchJob" classname="org.springframework.batch.sample.DelegatingJobFunctionalTests" time="0.07"/>
|
|
<system-out><![CDATA[10:05:54,427 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:54,428 INFO Test worker DefaultTestContextBootstrapper:187 - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@4242382f, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@34bbf1ae, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@8abb1ef, org.springframework.test.context.support.DirtiesContextTestExecutionListener@521957b1, org.springframework.test.context.transaction.TransactionalTestExecutionListener@1499e9d, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@6a14399b]
|
|
10:05:54,429 INFO Test worker XmlBeanDefinitionReader:317 - Loading XML bean definitions from class path resource [simple-job-launcher-context.xml]
|
|
10:05:54,441 INFO Test worker XmlBeanDefinitionReader:317 - Loading XML bean definitions from class path resource [data-source-context.xml]
|
|
10:05:54,458 INFO Test worker XmlBeanDefinitionReader:317 - Loading XML bean definitions from class path resource [org/springframework/batch/sample/config/common-context.xml]
|
|
10:05:54,469 INFO Test worker XmlBeanDefinitionReader:317 - Loading XML bean definitions from class path resource [jobs/delegatingJob.xml]
|
|
10:05:54,488 INFO Test worker XmlBeanDefinitionReader:317 - Loading XML bean definitions from class path resource [job-runner-context.xml]
|
|
10:05:54,503 INFO Test worker GenericApplicationContext:581 - Refreshing org.springframework.context.support.GenericApplicationContext@3fe5c9ff: startup date [Thu Mar 23 10:05:54 CDT 2017]; root of context hierarchy
|
|
10:05:54,569 INFO Test worker AutowiredAnnotationBeanPostProcessor:151 - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
|
|
10:05:54,591 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:05:54,618 INFO Test worker ScriptUtils:442 - Executing SQL script from class path resource [org/springframework/batch/core/schema-drop-hsqldb.sql]
|
|
10:05:54,624 INFO Test worker ScriptUtils:508 - Executed SQL script from class path resource [org/springframework/batch/core/schema-drop-hsqldb.sql] in 6 ms.
|
|
10:05:54,625 INFO Test worker ScriptUtils:442 - Executing SQL script from class path resource [org/springframework/batch/core/schema-hsqldb.sql]
|
|
10:05:54,633 INFO Test worker ScriptUtils:508 - Executed SQL script from class path resource [org/springframework/batch/core/schema-hsqldb.sql] in 7 ms.
|
|
10:05:54,635 INFO Test worker ScriptUtils:442 - Executing SQL script from class path resource [business-schema-hsqldb.sql]
|
|
10:05:54,646 INFO Test worker ScriptUtils:508 - Executed SQL script from class path resource [business-schema-hsqldb.sql] in 11 ms.
|
|
10:05:54,670 INFO Test worker JobRepositoryFactoryBean:184 - No database type set, using meta data indicating: HSQL
|
|
10:05:54,671 INFO Test worker SimpleJobLauncher:201 - No TaskExecutor has been set, defaulting to synchronous executor.
|
|
10:05:54,786 INFO Test worker SimpleJobLauncher:139 - Job: [FlowJob: [name=delegateJob]] launched with the following parameters: [{random=633747}]
|
|
10:05:54,800 INFO Test worker SimpleStepHandler:146 - Executing step: [step1]
|
|
10:05:54,846 INFO Test worker SimpleJobLauncher:142 - Job: [FlowJob: [name=delegateJob]] completed with the following parameters: [{random=633747}] and the following status: [COMPLETED]
|
|
]]></system-out>
|
|
<system-err><![CDATA[]]></system-err>
|
|
</testsuite>
|