40 lines
6.7 KiB
XML
40 lines
6.7 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<testsuite name="org.springframework.batch.sample.DatabaseShutdownFunctionalTests" tests="1" skipped="0" failures="0" errors="0" timestamp="2017-03-23T15:05:52" hostname="Michaels-MacBook-Pro-3.local" time="1.621">
|
|
<properties/>
|
|
<testcase name="testLaunchJob" classname="org.springframework.batch.sample.DatabaseShutdownFunctionalTests" time="1.621"/>
|
|
<system-out><![CDATA[10:05:52,223 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:52,224 INFO Test worker DefaultTestContextBootstrapper:187 - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@5afc03f, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@58e67ef8, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@7913086b, org.springframework.test.context.support.DirtiesContextTestExecutionListener@59d8774c, org.springframework.test.context.transaction.TransactionalTestExecutionListener@220dfa70, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@49f74177]
|
|
10:05:52,230 INFO Test worker XmlBeanDefinitionReader:317 - Loading XML bean definitions from class path resource [simple-job-launcher-context.xml]
|
|
10:05:52,253 INFO Test worker XmlBeanDefinitionReader:317 - Loading XML bean definitions from class path resource [data-source-context.xml]
|
|
10:05:52,281 INFO Test worker XmlBeanDefinitionReader:317 - Loading XML bean definitions from class path resource [org/springframework/batch/sample/config/common-context.xml]
|
|
10:05:52,297 INFO Test worker XmlBeanDefinitionReader:317 - Loading XML bean definitions from class path resource [jobs/infiniteLoopJob.xml]
|
|
10:05:52,311 INFO Test worker DefaultListableBeanFactory:818 - Overriding bean definition for bean 'jobLauncher' with a different definition: replacing [Generic bean: class [org.springframework.batch.core.launch.support.SimpleJobLauncher]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [simple-job-launcher-context.xml]] with [Generic bean: class [org.springframework.batch.core.launch.support.SimpleJobLauncher]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [jobs/infiniteLoopJob.xml]]
|
|
10:05:52,314 INFO Test worker XmlBeanDefinitionReader:317 - Loading XML bean definitions from class path resource [job-runner-context.xml]
|
|
10:05:52,335 INFO Test worker GenericApplicationContext:581 - Refreshing org.springframework.context.support.GenericApplicationContext@28464872: startup date [Thu Mar 23 10:05:52 CDT 2017]; root of context hierarchy
|
|
10:05:52,418 INFO Test worker AutowiredAnnotationBeanPostProcessor:151 - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
|
|
10:05:52,467 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:52,503 INFO Test worker ScriptUtils:442 - Executing SQL script from class path resource [org/springframework/batch/core/schema-drop-hsqldb.sql]
|
|
10:05:52,517 INFO Test worker ScriptUtils:508 - Executed SQL script from class path resource [org/springframework/batch/core/schema-drop-hsqldb.sql] in 14 ms.
|
|
10:05:52,517 INFO Test worker ScriptUtils:442 - Executing SQL script from class path resource [org/springframework/batch/core/schema-hsqldb.sql]
|
|
10:05:52,536 INFO Test worker ScriptUtils:508 - Executed SQL script from class path resource [org/springframework/batch/core/schema-hsqldb.sql] in 19 ms.
|
|
10:05:52,537 INFO Test worker ScriptUtils:442 - Executing SQL script from class path resource [business-schema-hsqldb.sql]
|
|
10:05:52,554 INFO Test worker ScriptUtils:508 - Executed SQL script from class path resource [business-schema-hsqldb.sql] in 17 ms.
|
|
10:05:52,584 INFO Test worker JobRepositoryFactoryBean:184 - No database type set, using meta data indicating: HSQL
|
|
10:05:52,714 INFO Test worker FaultTolerantStepBuilder:369 - Setting commit interval to default value (1)
|
|
10:05:52,816 INFO SimpleAsyncTaskExecutor-1 SimpleJobLauncher:139 - Job: [SimpleJob: [name=infiniteLoopJob]] launched with the following parameters: [{random=25790}]
|
|
10:05:52,834 INFO SimpleAsyncTaskExecutor-1 SimpleStepHandler:146 - Executing step: [infiniteStep]
|
|
10:05:53,897 INFO Test worker DatabaseShutdownFunctionalTests:71 - Checking for end time in JobExecution: count=0
|
|
10:05:54,001 INFO Test worker DatabaseShutdownFunctionalTests:71 - Checking for end time in JobExecution: count=1
|
|
10:05:54,105 INFO Test worker DatabaseShutdownFunctionalTests:71 - Checking for end time in JobExecution: count=2
|
|
10:05:54,210 INFO Test worker DatabaseShutdownFunctionalTests:71 - Checking for end time in JobExecution: count=3
|
|
10:05:54,314 INFO Test worker DatabaseShutdownFunctionalTests:71 - Checking for end time in JobExecution: count=4
|
|
10:05:54,378 INFO SimpleAsyncTaskExecutor-1 SimpleJobRepository:281 - Parent JobExecution is stopped, so passing message on to StepExecution
|
|
10:05:54,378 INFO SimpleAsyncTaskExecutor-1 ThreadStepInterruptionPolicy:60 - Step interrupted through StepExecution
|
|
10:05:54,381 INFO SimpleAsyncTaskExecutor-1 AbstractStep:223 - Encountered interruption executing step infiniteStep in job infiniteLoopJob : Job interrupted status detected.
|
|
10:05:54,384 INFO SimpleAsyncTaskExecutor-1 SimpleJobRepository:281 - Parent JobExecution is stopped, so passing message on to StepExecution
|
|
10:05:54,385 INFO SimpleAsyncTaskExecutor-1 AbstractJob:326 - Encountered interruption executing job: Job interrupted by step execution
|
|
10:05:54,389 INFO SimpleAsyncTaskExecutor-1 SimpleJobLauncher:142 - Job: [SimpleJob: [name=infiniteLoopJob]] completed with the following parameters: [{random=25790}] and the following status: [STOPPED]
|
|
]]></system-out>
|
|
<system-err><![CDATA[]]></system-err>
|
|
</testsuite>
|