I’d need the rest of the error message on OnStartupTriggeringPolicyTest, but the line it is failing on is to delete the log file if it exists after the test has completed.
We need to determine why Windows thinks the file is in use on the RollingAppenderSizeTest. I suspect this is the same problem our Windows have been complaining about on the RollingFileAppender. Ralph > On Jun 21, 2016, at 12:33 PM, Gary Gregory <garydgreg...@gmail.com> wrote: > > On Windows 7 and Java 8 I see: > > Results : > > Failed tests: > JeroMqAppenderTest.testServerOnly:123 > RollingAppenderSizeTest.testAppender:141->deleteDir:154 Unable to delete > rollingtest.log due to FileSystemException: target\rolling1\rollingtest.log: > The process cannot access the file because it is being used by another > process. > > RollingAppenderSizeTest.testAppender:141->deleteDir:154 Unable to delete > rollingtest.log due to FileSystemException: target\rolling1\rollingtest.log: > The process cannot access the file because it is being used by another > process. > > RollingAppenderSizeTest.testAppender:141->deleteDir:154 Unable to delete > rollingtest.log due to FileSystemException: target\rolling1\rollingtest.log: > The process cannot access the file because it is being used by another > process. > > RollingAppenderSizeTest.testAppender:141->deleteDir:154 Unable to delete > rollingtest.log due to FileSystemException: target\rolling1\rollingtest.log: > The process cannot access the file because it is being used by another > process. > > Tests in error: > OnStartupTriggeringPolicyTest.cleanup:76 » FileSystem target\testfile: The > pro... > > Tests run: 1200, Failures: 5, Errors: 1, Skipped: 33 > > Anyone else? > > Gary > > -- > E-Mail: garydgreg...@gmail.com <mailto:garydgreg...@gmail.com> | > ggreg...@apache.org <mailto:ggreg...@apache.org> > Java Persistence with Hibernate, Second Edition > <http://www.manning.com/bauer3/> > JUnit in Action, Second Edition <http://www.manning.com/tahchiev/> > Spring Batch in Action <http://www.manning.com/templier/> > Blog: http://garygregory.wordpress.com <http://garygregory.wordpress.com/> > Home: http://garygregory.com/ <http://garygregory.com/> > Tweet! http://twitter.com/GaryGregory <http://twitter.com/GaryGregory>