Re: RollingAppenderOnStartupTest

2020-02-17 Thread Ralph Goers
> On Feb 17, 2020, at 10:42 PM, Ralph Goers wrote: > > This test is failing on Windows. I have been debugging it for the last 6 > hours. It is failing because it is trying to create the test log directory > and Windows says it isn’t empty. The thing is, Files.delete has been called > agains

RollingAppenderOnStartupTest

2020-02-17 Thread Ralph Goers
This test is failing on Windows. I have been debugging it for the last 6 hours. It is failing because it is trying to create the test log directory and Windows says it isn’t empty. The thing is, Files.delete has been called against all the files in the directory without error. I put a breakpoint