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

89 lines
31 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<testsuite name="org.springframework.batch.item.database.JdbcPagingItemReaderOrderIntegrationTests" tests="9" skipped="0" failures="0" errors="0" timestamp="2017-03-23T15:03:58" hostname="Michaels-MacBook-Pro-3.local" time="0.438">
<properties/>
<testcase name="testRollbackOnFirstChunkAndRestart" classname="org.springframework.batch.item.database.JdbcPagingItemReaderOrderIntegrationTests" time="0.004"/>
<testcase name="testRestartOnSecondPage" classname="org.springframework.batch.item.database.JdbcPagingItemReaderOrderIntegrationTests" time="0.002"/>
<testcase name="testInvalidRestore" classname="org.springframework.batch.item.database.JdbcPagingItemReaderOrderIntegrationTests" time="0.003"/>
<testcase name="testMultipleRestarts" classname="org.springframework.batch.item.database.JdbcPagingItemReaderOrderIntegrationTests" time="0.003"/>
<testcase name="testNormalProcessing" classname="org.springframework.batch.item.database.JdbcPagingItemReaderOrderIntegrationTests" time="0.002"/>
<testcase name="testRestoreFromEmptyData" classname="org.springframework.batch.item.database.JdbcPagingItemReaderOrderIntegrationTests" time="0.002"/>
<testcase name="testRestart" classname="org.springframework.batch.item.database.JdbcPagingItemReaderOrderIntegrationTests" time="0.002"/>
<testcase name="testRollbackAndRestart" classname="org.springframework.batch.item.database.JdbcPagingItemReaderOrderIntegrationTests" time="0.004"/>
<testcase name="testTransacted" classname="org.springframework.batch.item.database.JdbcPagingItemReaderOrderIntegrationTests" time="0.001"/>
<system-out><![CDATA[2017-03-23 10:03:58,357 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:58,358 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:58,358 INFO Test worker [org.springframework.test.context.support.DefaultTestContextBootstrapper] - <Using TestExecutionListeners: [org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@5cb227, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@771abcc7, org.springframework.test.context.support.DirtiesContextTestExecutionListener@57096165, org.springframework.test.context.transaction.TransactionalTestExecutionListener@7e8eb87, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@62c0bcd7]>
2017-03-23 10:03:58,359 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:58,370 INFO Test worker [org.springframework.context.support.GenericApplicationContext] - <Refreshing org.springframework.context.support.GenericApplicationContext@401ec8cc: startup date [Thu Mar 23 10:03:58 CDT 2017]; root of context hierarchy>
2017-03-23 10:03:58,373 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:58,402 INFO Test worker [org.springframework.jdbc.datasource.DriverManagerDataSource] - <Loaded JDBC driver: org.hsqldb.jdbcDriver>
2017-03-23 10:03:58,437 INFO Test worker [org.springframework.test.context.transaction.TransactionContext] - <Began transaction (1) for test context [DefaultTestContext@1996c147 testClass = JdbcPagingItemReaderOrderIntegrationTests, testInstance = org.springframework.batch.item.database.JdbcPagingItemReaderOrderIntegrationTests@4ff5c14, testMethod = testRollbackOnFirstChunkAndRestart@AbstractDataSourceItemReaderIntegrationTests, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4001dc4f testClass = JdbcPagingItemReaderOrderIntegrationTests, 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@12374605]; rollback [true]>
2017-03-23 10:03:58,439 INFO Test worker [org.springframework.test.context.transaction.TransactionContext] - <Rolled back transaction for test context [DefaultTestContext@1996c147 testClass = JdbcPagingItemReaderOrderIntegrationTests, testInstance = org.springframework.batch.item.database.JdbcPagingItemReaderOrderIntegrationTests@4ff5c14, testMethod = testRollbackOnFirstChunkAndRestart@AbstractDataSourceItemReaderIntegrationTests, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4001dc4f testClass = JdbcPagingItemReaderOrderIntegrationTests, 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:58,440 INFO Test worker [org.springframework.context.support.GenericApplicationContext] - <Closing org.springframework.context.support.GenericApplicationContext@401ec8cc: startup date [Thu Mar 23 10:03:58 CDT 2017]; root of context hierarchy>
2017-03-23 10:03:58,440 INFO Test worker [test.jdbc.datasource.DataSourceInitializer] - <destroy called for org.springframework.jdbc.datasource.DriverManagerDataSource@524f6059>
2017-03-23 10:03:58,440 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:58,449 INFO Test worker [org.springframework.context.support.GenericApplicationContext] - <Refreshing org.springframework.context.support.GenericApplicationContext@1889a380: startup date [Thu Mar 23 10:03:58 CDT 2017]; root of context hierarchy>
2017-03-23 10:03:58,452 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:58,477 INFO Test worker [org.springframework.jdbc.datasource.DriverManagerDataSource] - <Loaded JDBC driver: org.hsqldb.jdbcDriver>
2017-03-23 10:03:58,500 INFO Test worker [org.springframework.test.context.transaction.TransactionContext] - <Began transaction (1) for test context [DefaultTestContext@1996c147 testClass = JdbcPagingItemReaderOrderIntegrationTests, testInstance = org.springframework.batch.item.database.JdbcPagingItemReaderOrderIntegrationTests@1772d0ec, testMethod = testRestartOnSecondPage@AbstractDataSourceItemReaderIntegrationTests, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4001dc4f testClass = JdbcPagingItemReaderOrderIntegrationTests, 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@45d1132]; rollback [true]>
2017-03-23 10:03:58,502 INFO Test worker [org.springframework.test.context.transaction.TransactionContext] - <Rolled back transaction for test context [DefaultTestContext@1996c147 testClass = JdbcPagingItemReaderOrderIntegrationTests, testInstance = org.springframework.batch.item.database.JdbcPagingItemReaderOrderIntegrationTests@1772d0ec, testMethod = testRestartOnSecondPage@AbstractDataSourceItemReaderIntegrationTests, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4001dc4f testClass = JdbcPagingItemReaderOrderIntegrationTests, 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:58,502 INFO Test worker [org.springframework.context.support.GenericApplicationContext] - <Closing org.springframework.context.support.GenericApplicationContext@1889a380: startup date [Thu Mar 23 10:03:58 CDT 2017]; root of context hierarchy>
2017-03-23 10:03:58,502 INFO Test worker [test.jdbc.datasource.DataSourceInitializer] - <destroy called for org.springframework.jdbc.datasource.DriverManagerDataSource@5848ac68>
2017-03-23 10:03:58,503 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:58,513 INFO Test worker [org.springframework.context.support.GenericApplicationContext] - <Refreshing org.springframework.context.support.GenericApplicationContext@a5347a8: startup date [Thu Mar 23 10:03:58 CDT 2017]; root of context hierarchy>
2017-03-23 10:03:58,515 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:58,541 INFO Test worker [org.springframework.jdbc.datasource.DriverManagerDataSource] - <Loaded JDBC driver: org.hsqldb.jdbcDriver>
2017-03-23 10:03:58,557 INFO Test worker [org.springframework.test.context.transaction.TransactionContext] - <Began transaction (1) for test context [DefaultTestContext@1996c147 testClass = JdbcPagingItemReaderOrderIntegrationTests, testInstance = org.springframework.batch.item.database.JdbcPagingItemReaderOrderIntegrationTests@10666c6e, testMethod = testInvalidRestore@AbstractDataSourceItemReaderIntegrationTests, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4001dc4f testClass = JdbcPagingItemReaderOrderIntegrationTests, 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@67b5029b]; rollback [true]>
2017-03-23 10:03:58,558 INFO Test worker [org.springframework.test.context.transaction.TransactionContext] - <Rolled back transaction for test context [DefaultTestContext@1996c147 testClass = JdbcPagingItemReaderOrderIntegrationTests, testInstance = org.springframework.batch.item.database.JdbcPagingItemReaderOrderIntegrationTests@10666c6e, testMethod = testInvalidRestore@AbstractDataSourceItemReaderIntegrationTests, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4001dc4f testClass = JdbcPagingItemReaderOrderIntegrationTests, 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:58,558 INFO Test worker [org.springframework.context.support.GenericApplicationContext] - <Closing org.springframework.context.support.GenericApplicationContext@a5347a8: startup date [Thu Mar 23 10:03:58 CDT 2017]; root of context hierarchy>
2017-03-23 10:03:58,558 INFO Test worker [test.jdbc.datasource.DataSourceInitializer] - <destroy called for org.springframework.jdbc.datasource.DriverManagerDataSource@2fd0f48>
2017-03-23 10:03:58,559 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:58,568 INFO Test worker [org.springframework.context.support.GenericApplicationContext] - <Refreshing org.springframework.context.support.GenericApplicationContext@68448a0e: startup date [Thu Mar 23 10:03:58 CDT 2017]; root of context hierarchy>
2017-03-23 10:03:58,571 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:58,595 INFO Test worker [org.springframework.jdbc.datasource.DriverManagerDataSource] - <Loaded JDBC driver: org.hsqldb.jdbcDriver>
2017-03-23 10:03:58,611 INFO Test worker [org.springframework.test.context.transaction.TransactionContext] - <Began transaction (1) for test context [DefaultTestContext@1996c147 testClass = JdbcPagingItemReaderOrderIntegrationTests, testInstance = org.springframework.batch.item.database.JdbcPagingItemReaderOrderIntegrationTests@7d96a101, testMethod = testMultipleRestarts@AbstractDataSourceItemReaderIntegrationTests, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4001dc4f testClass = JdbcPagingItemReaderOrderIntegrationTests, 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@68bdece5]; rollback [true]>
2017-03-23 10:03:58,613 INFO Test worker [org.springframework.test.context.transaction.TransactionContext] - <Rolled back transaction for test context [DefaultTestContext@1996c147 testClass = JdbcPagingItemReaderOrderIntegrationTests, testInstance = org.springframework.batch.item.database.JdbcPagingItemReaderOrderIntegrationTests@7d96a101, testMethod = testMultipleRestarts@AbstractDataSourceItemReaderIntegrationTests, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4001dc4f testClass = JdbcPagingItemReaderOrderIntegrationTests, 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:58,613 INFO Test worker [org.springframework.context.support.GenericApplicationContext] - <Closing org.springframework.context.support.GenericApplicationContext@68448a0e: startup date [Thu Mar 23 10:03:58 CDT 2017]; root of context hierarchy>
2017-03-23 10:03:58,614 INFO Test worker [test.jdbc.datasource.DataSourceInitializer] - <destroy called for org.springframework.jdbc.datasource.DriverManagerDataSource@42bc84a4>
2017-03-23 10:03:58,614 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:58,624 INFO Test worker [org.springframework.context.support.GenericApplicationContext] - <Refreshing org.springframework.context.support.GenericApplicationContext@7c17f79c: startup date [Thu Mar 23 10:03:58 CDT 2017]; root of context hierarchy>
2017-03-23 10:03:58,626 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:58,647 INFO Test worker [org.springframework.jdbc.datasource.DriverManagerDataSource] - <Loaded JDBC driver: org.hsqldb.jdbcDriver>
2017-03-23 10:03:58,663 INFO Test worker [org.springframework.test.context.transaction.TransactionContext] - <Began transaction (1) for test context [DefaultTestContext@1996c147 testClass = JdbcPagingItemReaderOrderIntegrationTests, testInstance = org.springframework.batch.item.database.JdbcPagingItemReaderOrderIntegrationTests@51d5cb1b, testMethod = testNormalProcessing@AbstractDataSourceItemReaderIntegrationTests, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4001dc4f testClass = JdbcPagingItemReaderOrderIntegrationTests, 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@2bc74430]; rollback [true]>
2017-03-23 10:03:58,664 INFO Test worker [org.springframework.test.context.transaction.TransactionContext] - <Rolled back transaction for test context [DefaultTestContext@1996c147 testClass = JdbcPagingItemReaderOrderIntegrationTests, testInstance = org.springframework.batch.item.database.JdbcPagingItemReaderOrderIntegrationTests@51d5cb1b, testMethod = testNormalProcessing@AbstractDataSourceItemReaderIntegrationTests, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4001dc4f testClass = JdbcPagingItemReaderOrderIntegrationTests, 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:58,664 INFO Test worker [org.springframework.context.support.GenericApplicationContext] - <Closing org.springframework.context.support.GenericApplicationContext@7c17f79c: startup date [Thu Mar 23 10:03:58 CDT 2017]; root of context hierarchy>
2017-03-23 10:03:58,664 INFO Test worker [test.jdbc.datasource.DataSourceInitializer] - <destroy called for org.springframework.jdbc.datasource.DriverManagerDataSource@3c99edb9>
2017-03-23 10:03:58,665 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:58,674 INFO Test worker [org.springframework.context.support.GenericApplicationContext] - <Refreshing org.springframework.context.support.GenericApplicationContext@566acbb4: startup date [Thu Mar 23 10:03:58 CDT 2017]; root of context hierarchy>
2017-03-23 10:03:58,676 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:58,698 INFO Test worker [org.springframework.jdbc.datasource.DriverManagerDataSource] - <Loaded JDBC driver: org.hsqldb.jdbcDriver>
2017-03-23 10:03:58,714 INFO Test worker [org.springframework.test.context.transaction.TransactionContext] - <Began transaction (1) for test context [DefaultTestContext@1996c147 testClass = JdbcPagingItemReaderOrderIntegrationTests, testInstance = org.springframework.batch.item.database.JdbcPagingItemReaderOrderIntegrationTests@61eaa914, testMethod = testRestoreFromEmptyData@AbstractDataSourceItemReaderIntegrationTests, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4001dc4f testClass = JdbcPagingItemReaderOrderIntegrationTests, 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@7746024c]; rollback [true]>
2017-03-23 10:03:58,714 INFO Test worker [org.springframework.test.context.transaction.TransactionContext] - <Rolled back transaction for test context [DefaultTestContext@1996c147 testClass = JdbcPagingItemReaderOrderIntegrationTests, testInstance = org.springframework.batch.item.database.JdbcPagingItemReaderOrderIntegrationTests@61eaa914, testMethod = testRestoreFromEmptyData@AbstractDataSourceItemReaderIntegrationTests, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4001dc4f testClass = JdbcPagingItemReaderOrderIntegrationTests, 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:58,715 INFO Test worker [org.springframework.context.support.GenericApplicationContext] - <Closing org.springframework.context.support.GenericApplicationContext@566acbb4: startup date [Thu Mar 23 10:03:58 CDT 2017]; root of context hierarchy>
2017-03-23 10:03:58,715 INFO Test worker [test.jdbc.datasource.DataSourceInitializer] - <destroy called for org.springframework.jdbc.datasource.DriverManagerDataSource@309f156d>
2017-03-23 10:03:58,715 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:58,725 INFO Test worker [org.springframework.context.support.GenericApplicationContext] - <Refreshing org.springframework.context.support.GenericApplicationContext@3ffc438d: startup date [Thu Mar 23 10:03:58 CDT 2017]; root of context hierarchy>
2017-03-23 10:03:58,728 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:58,750 INFO Test worker [org.springframework.jdbc.datasource.DriverManagerDataSource] - <Loaded JDBC driver: org.hsqldb.jdbcDriver>
2017-03-23 10:03:58,765 INFO Test worker [org.springframework.test.context.transaction.TransactionContext] - <Began transaction (1) for test context [DefaultTestContext@1996c147 testClass = JdbcPagingItemReaderOrderIntegrationTests, testInstance = org.springframework.batch.item.database.JdbcPagingItemReaderOrderIntegrationTests@56a36e25, testMethod = testRestart@AbstractDataSourceItemReaderIntegrationTests, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4001dc4f testClass = JdbcPagingItemReaderOrderIntegrationTests, 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@5647c36]; rollback [true]>
2017-03-23 10:03:58,766 INFO Test worker [org.springframework.test.context.transaction.TransactionContext] - <Rolled back transaction for test context [DefaultTestContext@1996c147 testClass = JdbcPagingItemReaderOrderIntegrationTests, testInstance = org.springframework.batch.item.database.JdbcPagingItemReaderOrderIntegrationTests@56a36e25, testMethod = testRestart@AbstractDataSourceItemReaderIntegrationTests, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4001dc4f testClass = JdbcPagingItemReaderOrderIntegrationTests, 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:58,766 INFO Test worker [org.springframework.context.support.GenericApplicationContext] - <Closing org.springframework.context.support.GenericApplicationContext@3ffc438d: startup date [Thu Mar 23 10:03:58 CDT 2017]; root of context hierarchy>
2017-03-23 10:03:58,766 INFO Test worker [test.jdbc.datasource.DataSourceInitializer] - <destroy called for org.springframework.jdbc.datasource.DriverManagerDataSource@618e83d2>
2017-03-23 10:03:58,767 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:58,776 INFO Test worker [org.springframework.context.support.GenericApplicationContext] - <Refreshing org.springframework.context.support.GenericApplicationContext@77ee0e23: startup date [Thu Mar 23 10:03:58 CDT 2017]; root of context hierarchy>
2017-03-23 10:03:58,778 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:58,801 INFO Test worker [org.springframework.jdbc.datasource.DriverManagerDataSource] - <Loaded JDBC driver: org.hsqldb.jdbcDriver>
2017-03-23 10:03:58,817 INFO Test worker [org.springframework.test.context.transaction.TransactionContext] - <Began transaction (1) for test context [DefaultTestContext@1996c147 testClass = JdbcPagingItemReaderOrderIntegrationTests, testInstance = org.springframework.batch.item.database.JdbcPagingItemReaderOrderIntegrationTests@1f5e8c50, testMethod = testRollbackAndRestart@AbstractDataSourceItemReaderIntegrationTests, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4001dc4f testClass = JdbcPagingItemReaderOrderIntegrationTests, 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@4d2f2b69]; rollback [true]>
2017-03-23 10:03:58,819 INFO Test worker [org.springframework.test.context.transaction.TransactionContext] - <Rolled back transaction for test context [DefaultTestContext@1996c147 testClass = JdbcPagingItemReaderOrderIntegrationTests, testInstance = org.springframework.batch.item.database.JdbcPagingItemReaderOrderIntegrationTests@1f5e8c50, testMethod = testRollbackAndRestart@AbstractDataSourceItemReaderIntegrationTests, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@4001dc4f testClass = JdbcPagingItemReaderOrderIntegrationTests, 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:58,819 INFO Test worker [org.springframework.context.support.GenericApplicationContext] - <Closing org.springframework.context.support.GenericApplicationContext@77ee0e23: startup date [Thu Mar 23 10:03:58 CDT 2017]; root of context hierarchy>
2017-03-23 10:03:58,820 INFO Test worker [test.jdbc.datasource.DataSourceInitializer] - <destroy called for org.springframework.jdbc.datasource.DriverManagerDataSource@25d2fa4d>
2017-03-23 10:03:58,820 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:58,829 INFO Test worker [org.springframework.context.support.GenericApplicationContext] - <Refreshing org.springframework.context.support.GenericApplicationContext@50664b30: startup date [Thu Mar 23 10:03:58 CDT 2017]; root of context hierarchy>
2017-03-23 10:03:58,831 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:58,855 INFO Test worker [org.springframework.jdbc.datasource.DriverManagerDataSource] - <Loaded JDBC driver: org.hsqldb.jdbcDriver>
2017-03-23 10:03:58,874 INFO Test worker [org.springframework.context.support.GenericApplicationContext] - <Closing org.springframework.context.support.GenericApplicationContext@50664b30: startup date [Thu Mar 23 10:03:58 CDT 2017]; root of context hierarchy>
2017-03-23 10:03:58,874 INFO Test worker [test.jdbc.datasource.DataSourceInitializer] - <destroy called for org.springframework.jdbc.datasource.DriverManagerDataSource@10c3b570>
]]></system-out>
<system-err><![CDATA[]]></system-err>
</testsuite>