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

29 lines
3.8 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<testsuite name="org.springframework.batch.item.file.MultiResourceItemReaderIntegrationTests" tests="17" skipped="0" failures="0" errors="0" timestamp="2017-03-23T15:04:13" hostname="Michaels-MacBook-Pro-3.local" time="0.018">
<properties/>
<testcase name="testNoResourcesFound" classname="org.springframework.batch.item.file.MultiResourceItemReaderIntegrationTests" time="0.002"/>
<testcase name="testRestartAfterFailureWithoutRead" classname="org.springframework.batch.item.file.MultiResourceItemReaderIntegrationTests" time="0.0"/>
<testcase name="testRead" classname="org.springframework.batch.item.file.MultiResourceItemReaderIntegrationTests" time="0.0"/>
<testcase name="testBadIOInput" classname="org.springframework.batch.item.file.MultiResourceItemReaderIntegrationTests" time="0.002"/>
<testcase name="testNonExistentResourcesItemStreamLifecycle" classname="org.springframework.batch.item.file.MultiResourceItemReaderIntegrationTests" time="0.001"/>
<testcase name="testFirstResourceThrowsExceptionOnRead" classname="org.springframework.batch.item.file.MultiResourceItemReaderIntegrationTests" time="0.001"/>
<testcase name="testDirectoryResources" classname="org.springframework.batch.item.file.MultiResourceItemReaderIntegrationTests" time="0.0"/>
<testcase name="testStrictModeEnabled" classname="org.springframework.batch.item.file.MultiResourceItemReaderIntegrationTests" time="0.001"/>
<testcase name="testGetCurrentResource" classname="org.springframework.batch.item.file.MultiResourceItemReaderIntegrationTests" time="0.001"/>
<testcase name="testRestartAcrossResourceBoundary" classname="org.springframework.batch.item.file.MultiResourceItemReaderIntegrationTests" time="0.0"/>
<testcase name="testStrictModeDisabled" classname="org.springframework.batch.item.file.MultiResourceItemReaderIntegrationTests" time="0.0"/>
<testcase name="testResourceOrderingWithCustomComparator" classname="org.springframework.batch.item.file.MultiResourceItemReaderIntegrationTests" time="0.002"/>
<testcase name="testMiddleResourceThrowsException" classname="org.springframework.batch.item.file.MultiResourceItemReaderIntegrationTests" time="0.002"/>
<testcase name="testRestart" classname="org.springframework.batch.item.file.MultiResourceItemReaderIntegrationTests" time="0.0"/>
<testcase name="testRestartWhenStateNotSaved" classname="org.springframework.batch.item.file.MultiResourceItemReaderIntegrationTests" time="0.0"/>
<testcase name="testNonExistentResources" classname="org.springframework.batch.item.file.MultiResourceItemReaderIntegrationTests" time="0.001"/>
<testcase name="testGetCurrentResourceBeforeRead" classname="org.springframework.batch.item.file.MultiResourceItemReaderIntegrationTests" time="0.0"/>
<system-out><![CDATA[2017-03-23 10:04:13,154 WARN Test worker [org.springframework.batch.item.file.MultiResourceItemReader] - <No resources to read. Set strict=true if this should be an error condition.>
2017-03-23 10:04:13,157 WARN Test worker [org.springframework.batch.item.file.MultiResourceItemReader] - <No resources to read. Set strict=true if this should be an error condition.>
2017-03-23 10:04:13,159 WARN Test worker [org.springframework.batch.item.file.FlatFileItemReader] - <Input resource is not readable file [/Users/mminella/Documents/IntelliJWorkspace/spring-batch/spring-batch-infrastructure/build/data]>
2017-03-23 10:04:13,162 WARN Test worker [org.springframework.batch.item.file.MultiResourceItemReader] - <No resources to read. Set strict=true if this should be an error condition.>
2017-03-23 10:04:13,170 WARN Test worker [org.springframework.batch.item.file.FlatFileItemReader] - <Input resource does not exist file [/Users/mminella/Documents/IntelliJWorkspace/spring-batch/spring-batch-infrastructure/no/such/file.txt]>
]]></system-out>
<system-err><![CDATA[]]></system-err>
</testsuite>