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

22 lines
4.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<testsuite name="org.springframework.batch.sample.RetrySampleConfigurationTests" tests="1" skipped="0" failures="0" errors="0" timestamp="2017-03-23T15:06:38" hostname="Michaels-MacBook-Pro-3.local" time="0.032">
<properties/>
<testcase name="testLaunchJob" classname="org.springframework.batch.sample.RetrySampleConfigurationTests" time="0.032"/>
<system-out><![CDATA[10:06:37,826 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:37,827 INFO Test worker DefaultTestContextBootstrapper:187 - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@2532e8b0, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@62dfd4a2, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@58bcc7a0, org.springframework.test.context.support.DirtiesContextTestExecutionListener@6b796ac8, org.springframework.test.context.transaction.TransactionalTestExecutionListener@59bc687f, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@455add2e]
10:06:37,854 INFO Test worker GenericApplicationContext:581 - Refreshing org.springframework.context.support.GenericApplicationContext@7b6583e2: startup date [Thu Mar 23 10:06:37 CDT 2017]; root of context hierarchy
10:06:38,198 WARN Test worker ConfigurationClassEnhancer:350 - @Bean method ScopeConfiguration.stepScope is non-static and returns an object assignable to Spring's BeanFactoryPostProcessor interface. This will result in a failure to process annotations such as @Autowired, @Resource and @PostConstruct within the method's declaring @Configuration class. Add the 'static' modifier to this method to avoid these container lifecycle issues; see @Bean javadoc for complete details.
10:06:38,226 WARN Test worker ConfigurationClassEnhancer:350 - @Bean method ScopeConfiguration.jobScope is non-static and returns an object assignable to Spring's BeanFactoryPostProcessor interface. This will result in a failure to process annotations such as @Autowired, @Resource and @PostConstruct within the method's declaring @Configuration class. Add the 'static' modifier to this method to avoid these container lifecycle issues; see @Bean javadoc for complete details.
10:06:38,230 INFO Test worker AutowiredAnnotationBeanPostProcessor:151 - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
10:06:38,271 INFO Test worker ScriptUtils:442 - Executing SQL script from class path resource [org/springframework/batch/core/schema-hsqldb.sql]
10:06:38,275 INFO Test worker ScriptUtils:508 - Executed SQL script from class path resource [org/springframework/batch/core/schema-hsqldb.sql] in 3 ms.
10:06:38,448 INFO Test worker GenericApplicationContext:985 - Closing org.springframework.context.support.GenericApplicationContext@26af14bb: startup date [Thu Mar 23 10:05:56 CDT 2017]; root of context hierarchy
10:06:38,461 INFO Test worker JobRepositoryFactoryBean:184 - No database type set, using meta data indicating: HSQL
10:06:38,463 INFO Test worker SimpleJobLauncher:201 - No TaskExecutor has been set, defaulting to synchronous executor.
10:06:38,466 INFO Test worker SimpleJobLauncher:139 - Job: [SimpleJob: [name=retrySample]] launched with the following parameters: [{random=359340}]
10:06:38,469 INFO Test worker SimpleStepHandler:146 - Executing step: [step]
10:06:38,489 INFO Test worker SimpleJobLauncher:142 - Job: [SimpleJob: [name=retrySample]] completed with the following parameters: [{random=359340}] and the following status: [COMPLETED]
]]></system-out>
<system-err><![CDATA[]]></system-err>
</testsuite>