Files
spring-batch/spring-batch-infrastructure/build/test-results/test/TEST-org.springframework.batch.item.database.JdbcCursorItemReaderIntegrationTests.xml
Michael Minella 75ab909314 update
2017-03-23 10:18:33 -05:00

85 lines
30 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<testsuite name="org.springframework.batch.item.database.JdbcCursorItemReaderIntegrationTests" tests="9" skipped="0" failures="0" errors="0" timestamp="2017-03-23T15:03:56" hostname="Michaels-MacBook-Pro-3.local" time="0.425">
<properties/>
<testcase name="testRollbackOnFirstChunkAndRestart" classname="org.springframework.batch.item.database.JdbcCursorItemReaderIntegrationTests" time="0.003"/>
<testcase name="testRestartOnSecondPage" classname="org.springframework.batch.item.database.JdbcCursorItemReaderIntegrationTests" time="0.002"/>
<testcase name="testInvalidRestore" classname="org.springframework.batch.item.database.JdbcCursorItemReaderIntegrationTests" time="0.003"/>
<testcase name="testMultipleRestarts" classname="org.springframework.batch.item.database.JdbcCursorItemReaderIntegrationTests" time="0.004"/>
<testcase name="testNormalProcessing" classname="org.springframework.batch.item.database.JdbcCursorItemReaderIntegrationTests" time="0.002"/>
<testcase name="testRestoreFromEmptyData" classname="org.springframework.batch.item.database.JdbcCursorItemReaderIntegrationTests" time="0.002"/>
<testcase name="testRestart" classname="org.springframework.batch.item.database.JdbcCursorItemReaderIntegrationTests" time="0.002"/>
<testcase name="testRollbackAndRestart" classname="org.springframework.batch.item.database.JdbcCursorItemReaderIntegrationTests" time="0.003"/>
<testcase name="testTransacted" classname="org.springframework.batch.item.database.JdbcCursorItemReaderIntegrationTests" time="0.001"/>
<system-out><![CDATA[2017-03-23 10:03:56,654 INFO Test worker [org.springframework.test.context.support.DefaultTestContextBootstrapper] - <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]>
2017-03-23 10:03:56,655 INFO Test worker [org.springframework.test.context.support.DefaultTestContextBootstrapper] - <Could not instantiate TestExecutionListener [org.springframework.test.context.web.ServletTestExecutionListener]. Specify custom listener classes or make the default listener classes (and their required dependencies) available. Offending class: [javax/servlet/ServletContext]>
2017-03-23 10:03:56,655 INFO Test worker [org.springframework.test.context.support.DefaultTestContextBootstrapper] - <Using TestExecutionListeners: [org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@40fd153f, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@3697fc8b, org.springframework.test.context.support.DirtiesContextTestExecutionListener@2e9d53b9, org.springframework.test.context.transaction.TransactionalTestExecutionListener@277bd93f, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@f876402]>
2017-03-23 10:03:56,678 INFO Test worker [org.springframework.test.context.transaction.TransactionContext] - <Began transaction (1) for test context [DefaultTestContext@5ca00ce0 testClass = JdbcCursorItemReaderIntegrationTests, testInstance = org.springframework.batch.item.database.JdbcCursorItemReaderIntegrationTests@7bf7bc4a, testMethod = testRollbackOnFirstChunkAndRestart@AbstractDataSourceItemReaderIntegrationTests, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@46a54f14 testClass = JdbcCursorItemReaderIntegrationTests, locations = '{classpath:/org/springframework/batch/item/database/data-source-context.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]]; transaction manager [org.springframework.jdbc.datasource.DataSourceTransactionManager@e87ed]; rollback [true]>
2017-03-23 10:03:56,679 INFO Test worker [org.springframework.test.context.transaction.TransactionContext] - <Rolled back transaction for test context [DefaultTestContext@5ca00ce0 testClass = JdbcCursorItemReaderIntegrationTests, testInstance = org.springframework.batch.item.database.JdbcCursorItemReaderIntegrationTests@7bf7bc4a, testMethod = testRollbackOnFirstChunkAndRestart@AbstractDataSourceItemReaderIntegrationTests, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@46a54f14 testClass = JdbcCursorItemReaderIntegrationTests, locations = '{classpath:/org/springframework/batch/item/database/data-source-context.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]].>
2017-03-23 10:03:56,679 INFO Test worker [org.springframework.context.support.GenericApplicationContext] - <Closing org.springframework.context.support.GenericApplicationContext@64be68c4: startup date [Thu Mar 23 10:03:56 CDT 2017]; root of context hierarchy>
2017-03-23 10:03:56,679 INFO Test worker [test.jdbc.datasource.DataSourceInitializer] - <destroy called for org.springframework.jdbc.datasource.DriverManagerDataSource@75e2bf38>
2017-03-23 10:03:56,680 INFO Test worker [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - <Loading XML bean definitions from class path resource [org/springframework/batch/item/database/data-source-context.xml]>
2017-03-23 10:03:56,690 INFO Test worker [org.springframework.context.support.GenericApplicationContext] - <Refreshing org.springframework.context.support.GenericApplicationContext@417f38a3: startup date [Thu Mar 23 10:03:56 CDT 2017]; root of context hierarchy>
2017-03-23 10:03:56,693 INFO Test worker [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - <JSR-330 'javax.inject.Inject' annotation found and supported for autowiring>
2017-03-23 10:03:56,719 INFO Test worker [org.springframework.jdbc.datasource.DriverManagerDataSource] - <Loaded JDBC driver: org.hsqldb.jdbcDriver>
2017-03-23 10:03:56,736 INFO Test worker [org.springframework.test.context.transaction.TransactionContext] - <Began transaction (1) for test context [DefaultTestContext@5ca00ce0 testClass = JdbcCursorItemReaderIntegrationTests, testInstance = org.springframework.batch.item.database.JdbcCursorItemReaderIntegrationTests@5bac4d3c, testMethod = testRestartOnSecondPage@AbstractDataSourceItemReaderIntegrationTests, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@46a54f14 testClass = JdbcCursorItemReaderIntegrationTests, locations = '{classpath:/org/springframework/batch/item/database/data-source-context.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]]; transaction manager [org.springframework.jdbc.datasource.DataSourceTransactionManager@33acbaaf]; rollback [true]>
2017-03-23 10:03:56,737 INFO Test worker [org.springframework.test.context.transaction.TransactionContext] - <Rolled back transaction for test context [DefaultTestContext@5ca00ce0 testClass = JdbcCursorItemReaderIntegrationTests, testInstance = org.springframework.batch.item.database.JdbcCursorItemReaderIntegrationTests@5bac4d3c, testMethod = testRestartOnSecondPage@AbstractDataSourceItemReaderIntegrationTests, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@46a54f14 testClass = JdbcCursorItemReaderIntegrationTests, locations = '{classpath:/org/springframework/batch/item/database/data-source-context.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]].>
2017-03-23 10:03:56,738 INFO Test worker [org.springframework.context.support.GenericApplicationContext] - <Closing org.springframework.context.support.GenericApplicationContext@417f38a3: startup date [Thu Mar 23 10:03:56 CDT 2017]; root of context hierarchy>
2017-03-23 10:03:56,738 INFO Test worker [test.jdbc.datasource.DataSourceInitializer] - <destroy called for org.springframework.jdbc.datasource.DriverManagerDataSource@1c830bb6>
2017-03-23 10:03:56,739 INFO Test worker [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - <Loading XML bean definitions from class path resource [org/springframework/batch/item/database/data-source-context.xml]>
2017-03-23 10:03:56,747 INFO Test worker [org.springframework.context.support.GenericApplicationContext] - <Refreshing org.springframework.context.support.GenericApplicationContext@194f6bf6: startup date [Thu Mar 23 10:03:56 CDT 2017]; root of context hierarchy>
2017-03-23 10:03:56,750 INFO Test worker [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - <JSR-330 'javax.inject.Inject' annotation found and supported for autowiring>
2017-03-23 10:03:56,773 INFO Test worker [org.springframework.jdbc.datasource.DriverManagerDataSource] - <Loaded JDBC driver: org.hsqldb.jdbcDriver>
2017-03-23 10:03:56,790 INFO Test worker [org.springframework.test.context.transaction.TransactionContext] - <Began transaction (1) for test context [DefaultTestContext@5ca00ce0 testClass = JdbcCursorItemReaderIntegrationTests, testInstance = org.springframework.batch.item.database.JdbcCursorItemReaderIntegrationTests@56dd6fcc, testMethod = testInvalidRestore@AbstractDataSourceItemReaderIntegrationTests, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@46a54f14 testClass = JdbcCursorItemReaderIntegrationTests, locations = '{classpath:/org/springframework/batch/item/database/data-source-context.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]]; transaction manager [org.springframework.jdbc.datasource.DataSourceTransactionManager@210f0739]; rollback [true]>
2017-03-23 10:03:56,791 INFO Test worker [org.springframework.test.context.transaction.TransactionContext] - <Rolled back transaction for test context [DefaultTestContext@5ca00ce0 testClass = JdbcCursorItemReaderIntegrationTests, testInstance = org.springframework.batch.item.database.JdbcCursorItemReaderIntegrationTests@56dd6fcc, testMethod = testInvalidRestore@AbstractDataSourceItemReaderIntegrationTests, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@46a54f14 testClass = JdbcCursorItemReaderIntegrationTests, locations = '{classpath:/org/springframework/batch/item/database/data-source-context.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]].>
2017-03-23 10:03:56,792 INFO Test worker [org.springframework.context.support.GenericApplicationContext] - <Closing org.springframework.context.support.GenericApplicationContext@194f6bf6: startup date [Thu Mar 23 10:03:56 CDT 2017]; root of context hierarchy>
2017-03-23 10:03:56,792 INFO Test worker [test.jdbc.datasource.DataSourceInitializer] - <destroy called for org.springframework.jdbc.datasource.DriverManagerDataSource@626f4a1e>
2017-03-23 10:03:56,792 INFO Test worker [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - <Loading XML bean definitions from class path resource [org/springframework/batch/item/database/data-source-context.xml]>
2017-03-23 10:03:56,803 INFO Test worker [org.springframework.context.support.GenericApplicationContext] - <Refreshing org.springframework.context.support.GenericApplicationContext@798a82cb: startup date [Thu Mar 23 10:03:56 CDT 2017]; root of context hierarchy>
2017-03-23 10:03:56,806 INFO Test worker [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - <JSR-330 'javax.inject.Inject' annotation found and supported for autowiring>
2017-03-23 10:03:56,835 INFO Test worker [org.springframework.jdbc.datasource.DriverManagerDataSource] - <Loaded JDBC driver: org.hsqldb.jdbcDriver>
2017-03-23 10:03:56,854 INFO Test worker [org.springframework.test.context.transaction.TransactionContext] - <Began transaction (1) for test context [DefaultTestContext@5ca00ce0 testClass = JdbcCursorItemReaderIntegrationTests, testInstance = org.springframework.batch.item.database.JdbcCursorItemReaderIntegrationTests@35113319, testMethod = testMultipleRestarts@AbstractDataSourceItemReaderIntegrationTests, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@46a54f14 testClass = JdbcCursorItemReaderIntegrationTests, locations = '{classpath:/org/springframework/batch/item/database/data-source-context.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]]; transaction manager [org.springframework.jdbc.datasource.DataSourceTransactionManager@5d19469a]; rollback [true]>
2017-03-23 10:03:56,856 INFO Test worker [org.springframework.test.context.transaction.TransactionContext] - <Rolled back transaction for test context [DefaultTestContext@5ca00ce0 testClass = JdbcCursorItemReaderIntegrationTests, testInstance = org.springframework.batch.item.database.JdbcCursorItemReaderIntegrationTests@35113319, testMethod = testMultipleRestarts@AbstractDataSourceItemReaderIntegrationTests, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@46a54f14 testClass = JdbcCursorItemReaderIntegrationTests, locations = '{classpath:/org/springframework/batch/item/database/data-source-context.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]].>
2017-03-23 10:03:56,856 INFO Test worker [org.springframework.context.support.GenericApplicationContext] - <Closing org.springframework.context.support.GenericApplicationContext@798a82cb: startup date [Thu Mar 23 10:03:56 CDT 2017]; root of context hierarchy>
2017-03-23 10:03:56,856 INFO Test worker [test.jdbc.datasource.DataSourceInitializer] - <destroy called for org.springframework.jdbc.datasource.DriverManagerDataSource@33273852>
2017-03-23 10:03:56,857 INFO Test worker [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - <Loading XML bean definitions from class path resource [org/springframework/batch/item/database/data-source-context.xml]>
2017-03-23 10:03:56,869 INFO Test worker [org.springframework.context.support.GenericApplicationContext] - <Refreshing org.springframework.context.support.GenericApplicationContext@cce8620: startup date [Thu Mar 23 10:03:56 CDT 2017]; root of context hierarchy>
2017-03-23 10:03:56,871 INFO Test worker [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - <JSR-330 'javax.inject.Inject' annotation found and supported for autowiring>
2017-03-23 10:03:56,892 INFO Test worker [org.springframework.jdbc.datasource.DriverManagerDataSource] - <Loaded JDBC driver: org.hsqldb.jdbcDriver>
2017-03-23 10:03:56,911 INFO Test worker [org.springframework.test.context.transaction.TransactionContext] - <Began transaction (1) for test context [DefaultTestContext@5ca00ce0 testClass = JdbcCursorItemReaderIntegrationTests, testInstance = org.springframework.batch.item.database.JdbcCursorItemReaderIntegrationTests@2b0fb993, testMethod = testNormalProcessing@AbstractDataSourceItemReaderIntegrationTests, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@46a54f14 testClass = JdbcCursorItemReaderIntegrationTests, locations = '{classpath:/org/springframework/batch/item/database/data-source-context.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]]; transaction manager [org.springframework.jdbc.datasource.DataSourceTransactionManager@4a0efed4]; rollback [true]>
2017-03-23 10:03:56,912 INFO Test worker [org.springframework.test.context.transaction.TransactionContext] - <Rolled back transaction for test context [DefaultTestContext@5ca00ce0 testClass = JdbcCursorItemReaderIntegrationTests, testInstance = org.springframework.batch.item.database.JdbcCursorItemReaderIntegrationTests@2b0fb993, testMethod = testNormalProcessing@AbstractDataSourceItemReaderIntegrationTests, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@46a54f14 testClass = JdbcCursorItemReaderIntegrationTests, locations = '{classpath:/org/springframework/batch/item/database/data-source-context.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]].>
2017-03-23 10:03:56,912 INFO Test worker [org.springframework.context.support.GenericApplicationContext] - <Closing org.springframework.context.support.GenericApplicationContext@cce8620: startup date [Thu Mar 23 10:03:56 CDT 2017]; root of context hierarchy>
2017-03-23 10:03:56,912 INFO Test worker [test.jdbc.datasource.DataSourceInitializer] - <destroy called for org.springframework.jdbc.datasource.DriverManagerDataSource@4d86f4c5>
2017-03-23 10:03:56,913 INFO Test worker [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - <Loading XML bean definitions from class path resource [org/springframework/batch/item/database/data-source-context.xml]>
2017-03-23 10:03:56,922 INFO Test worker [org.springframework.context.support.GenericApplicationContext] - <Refreshing org.springframework.context.support.GenericApplicationContext@23680e74: startup date [Thu Mar 23 10:03:56 CDT 2017]; root of context hierarchy>
2017-03-23 10:03:56,925 INFO Test worker [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - <JSR-330 'javax.inject.Inject' annotation found and supported for autowiring>
2017-03-23 10:03:56,946 INFO Test worker [org.springframework.jdbc.datasource.DriverManagerDataSource] - <Loaded JDBC driver: org.hsqldb.jdbcDriver>
2017-03-23 10:03:56,960 INFO Test worker [org.springframework.test.context.transaction.TransactionContext] - <Began transaction (1) for test context [DefaultTestContext@5ca00ce0 testClass = JdbcCursorItemReaderIntegrationTests, testInstance = org.springframework.batch.item.database.JdbcCursorItemReaderIntegrationTests@28ea3446, testMethod = testRestoreFromEmptyData@AbstractDataSourceItemReaderIntegrationTests, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@46a54f14 testClass = JdbcCursorItemReaderIntegrationTests, locations = '{classpath:/org/springframework/batch/item/database/data-source-context.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]]; transaction manager [org.springframework.jdbc.datasource.DataSourceTransactionManager@eecbc5c]; rollback [true]>
2017-03-23 10:03:56,960 INFO Test worker [org.springframework.test.context.transaction.TransactionContext] - <Rolled back transaction for test context [DefaultTestContext@5ca00ce0 testClass = JdbcCursorItemReaderIntegrationTests, testInstance = org.springframework.batch.item.database.JdbcCursorItemReaderIntegrationTests@28ea3446, testMethod = testRestoreFromEmptyData@AbstractDataSourceItemReaderIntegrationTests, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@46a54f14 testClass = JdbcCursorItemReaderIntegrationTests, locations = '{classpath:/org/springframework/batch/item/database/data-source-context.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]].>
2017-03-23 10:03:56,961 INFO Test worker [org.springframework.context.support.GenericApplicationContext] - <Closing org.springframework.context.support.GenericApplicationContext@23680e74: startup date [Thu Mar 23 10:03:56 CDT 2017]; root of context hierarchy>
2017-03-23 10:03:56,961 INFO Test worker [test.jdbc.datasource.DataSourceInitializer] - <destroy called for org.springframework.jdbc.datasource.DriverManagerDataSource@7969965e>
2017-03-23 10:03:56,961 INFO Test worker [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - <Loading XML bean definitions from class path resource [org/springframework/batch/item/database/data-source-context.xml]>
2017-03-23 10:03:56,969 INFO Test worker [org.springframework.context.support.GenericApplicationContext] - <Refreshing org.springframework.context.support.GenericApplicationContext@394ff091: startup date [Thu Mar 23 10:03:56 CDT 2017]; root of context hierarchy>
2017-03-23 10:03:56,972 INFO Test worker [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - <JSR-330 'javax.inject.Inject' annotation found and supported for autowiring>
2017-03-23 10:03:56,993 INFO Test worker [org.springframework.jdbc.datasource.DriverManagerDataSource] - <Loaded JDBC driver: org.hsqldb.jdbcDriver>
2017-03-23 10:03:57,007 INFO Test worker [org.springframework.test.context.transaction.TransactionContext] - <Began transaction (1) for test context [DefaultTestContext@5ca00ce0 testClass = JdbcCursorItemReaderIntegrationTests, testInstance = org.springframework.batch.item.database.JdbcCursorItemReaderIntegrationTests@5dc45d2f, testMethod = testRestart@AbstractDataSourceItemReaderIntegrationTests, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@46a54f14 testClass = JdbcCursorItemReaderIntegrationTests, locations = '{classpath:/org/springframework/batch/item/database/data-source-context.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]]; transaction manager [org.springframework.jdbc.datasource.DataSourceTransactionManager@69be6eef]; rollback [true]>
2017-03-23 10:03:57,008 INFO Test worker [org.springframework.test.context.transaction.TransactionContext] - <Rolled back transaction for test context [DefaultTestContext@5ca00ce0 testClass = JdbcCursorItemReaderIntegrationTests, testInstance = org.springframework.batch.item.database.JdbcCursorItemReaderIntegrationTests@5dc45d2f, testMethod = testRestart@AbstractDataSourceItemReaderIntegrationTests, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@46a54f14 testClass = JdbcCursorItemReaderIntegrationTests, locations = '{classpath:/org/springframework/batch/item/database/data-source-context.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]].>
2017-03-23 10:03:57,008 INFO Test worker [org.springframework.context.support.GenericApplicationContext] - <Closing org.springframework.context.support.GenericApplicationContext@394ff091: startup date [Thu Mar 23 10:03:56 CDT 2017]; root of context hierarchy>
2017-03-23 10:03:57,008 INFO Test worker [test.jdbc.datasource.DataSourceInitializer] - <destroy called for org.springframework.jdbc.datasource.DriverManagerDataSource@314854c1>
2017-03-23 10:03:57,009 INFO Test worker [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - <Loading XML bean definitions from class path resource [org/springframework/batch/item/database/data-source-context.xml]>
2017-03-23 10:03:57,017 INFO Test worker [org.springframework.context.support.GenericApplicationContext] - <Refreshing org.springframework.context.support.GenericApplicationContext@1c0266f0: startup date [Thu Mar 23 10:03:57 CDT 2017]; root of context hierarchy>
2017-03-23 10:03:57,019 INFO Test worker [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - <JSR-330 'javax.inject.Inject' annotation found and supported for autowiring>
2017-03-23 10:03:57,040 INFO Test worker [org.springframework.jdbc.datasource.DriverManagerDataSource] - <Loaded JDBC driver: org.hsqldb.jdbcDriver>
2017-03-23 10:03:57,054 INFO Test worker [org.springframework.test.context.transaction.TransactionContext] - <Began transaction (1) for test context [DefaultTestContext@5ca00ce0 testClass = JdbcCursorItemReaderIntegrationTests, testInstance = org.springframework.batch.item.database.JdbcCursorItemReaderIntegrationTests@2447f265, testMethod = testRollbackAndRestart@AbstractDataSourceItemReaderIntegrationTests, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@46a54f14 testClass = JdbcCursorItemReaderIntegrationTests, locations = '{classpath:/org/springframework/batch/item/database/data-source-context.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]]; transaction manager [org.springframework.jdbc.datasource.DataSourceTransactionManager@212b11ff]; rollback [true]>
2017-03-23 10:03:57,055 INFO Test worker [org.springframework.test.context.transaction.TransactionContext] - <Rolled back transaction for test context [DefaultTestContext@5ca00ce0 testClass = JdbcCursorItemReaderIntegrationTests, testInstance = org.springframework.batch.item.database.JdbcCursorItemReaderIntegrationTests@2447f265, testMethod = testRollbackAndRestart@AbstractDataSourceItemReaderIntegrationTests, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@46a54f14 testClass = JdbcCursorItemReaderIntegrationTests, locations = '{classpath:/org/springframework/batch/item/database/data-source-context.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]], attributes = map[[empty]]].>
2017-03-23 10:03:57,056 INFO Test worker [org.springframework.context.support.GenericApplicationContext] - <Closing org.springframework.context.support.GenericApplicationContext@1c0266f0: startup date [Thu Mar 23 10:03:57 CDT 2017]; root of context hierarchy>
2017-03-23 10:03:57,056 INFO Test worker [test.jdbc.datasource.DataSourceInitializer] - <destroy called for org.springframework.jdbc.datasource.DriverManagerDataSource@3a914a95>
2017-03-23 10:03:57,056 INFO Test worker [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - <Loading XML bean definitions from class path resource [org/springframework/batch/item/database/data-source-context.xml]>
2017-03-23 10:03:57,065 INFO Test worker [org.springframework.context.support.GenericApplicationContext] - <Refreshing org.springframework.context.support.GenericApplicationContext@211215fd: startup date [Thu Mar 23 10:03:57 CDT 2017]; root of context hierarchy>
2017-03-23 10:03:57,067 INFO Test worker [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - <JSR-330 'javax.inject.Inject' annotation found and supported for autowiring>
2017-03-23 10:03:57,088 INFO Test worker [org.springframework.jdbc.datasource.DriverManagerDataSource] - <Loaded JDBC driver: org.hsqldb.jdbcDriver>
2017-03-23 10:03:57,102 INFO Test worker [org.springframework.context.support.GenericApplicationContext] - <Closing org.springframework.context.support.GenericApplicationContext@211215fd: startup date [Thu Mar 23 10:03:57 CDT 2017]; root of context hierarchy>
2017-03-23 10:03:57,102 INFO Test worker [test.jdbc.datasource.DataSourceInitializer] - <destroy called for org.springframework.jdbc.datasource.DriverManagerDataSource@20c9ff13>
]]></system-out>
<system-err><![CDATA[]]></system-err>
</testsuite>