Hi Gary, On Sat, 21 Oct 2023 at 15:11, Gary D. Gregory <ggreg...@apache.org> wrote: > > I got this failure: > > [ERROR] Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 29.00 > s <<< FAILURE! -- in > org.apache.logging.log4j.core.net.UrlConnectionFactoryTest > [ERROR] > org.apache.logging.log4j.core.net.UrlConnectionFactoryTest.withAuthentication > -- Time elapsed: 0.039 s <<< FAILURE!
On Sat, 21 Oct 2023 at 15:25, Gary D. Gregory <ggreg...@apache.org> wrote: > > Dang, another random failure: > > [ERROR] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 53.21 > s <<< FAILURE! -- in > org.apache.logging.log4j.core.appender.rolling.RollingAppenderCronAndSizeTest > [ERROR] > org.apache.logging.log4j.core.appender.rolling.RollingAppenderCronAndSizeTest.testAppender > -- Time elapsed: 53.16 s <<< FAILURE! I'll look into those. Some tests in a parallel run fail if multiple tests access the same file (especially on Windows), but these do not seem to match this category. Piotr