Re: Can't build log4j main branch

2024-09-17 Thread Piotr P. Karwasz
Hi Volkan, On Mon, 16 Sept 2024 at 20:19, Volkan Yazıcı wrote: > Gary has a failure on L361, that is, it retries every 100ms to succeed with > `logger.info()` for at most 2mins. I doubt if more waiting will solve the > problem. I tried to improve that test several times (see its history), but > W

Re: Can't build log4j main branch

2024-09-16 Thread Volkan Yazıcı
Gary has a failure on L361, that is, it retries every 100ms to succeed with `logger.info()` for at most 2mins. I doubt if more waiting will solve the problem. I tried to improve that test several times (see its history), but Windows just behaves weird with sockets. I'd appreciate it if Windows user

Re: Can't build log4j main branch

2024-09-16 Thread Piotr P. Karwasz
Hi Gary, On Mon, 16 Sept 2024 at 16:50, Gary D. Gregory wrote: > > I just pulled main since we've had changes there, now I get: > > [ERROR] Tests run: 3, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 15.31 > s <<< FAILURE! -- in > org.apache.logging.log4j.core.appender.SocketAppenderReconne

Re: Can't build log4j main branch

2024-09-16 Thread Gary D. Gregory
I just pulled main since we've had changes there, now I get: [ERROR] Tests run: 3, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 15.31 s <<< FAILURE! -- in org.apache.logging.log4j.core.appender.SocketAppenderReconnectTest [ERROR] org.apache.logging.log4j.core.appender.SocketAppenderReconne

Re: Can't build log4j main branch

2024-09-12 Thread Matt Sicker
I’ve seen errors like that before. I’ve also tried figuring out how to make these tests more robust, but they require overhauling the rolling appender code for testability and such, something that makes more sense as a larger effort to overhaul rolling appenders. > On Sep 12, 2024, at 07:17, Ga

Re: Can't build log4j main branch

2024-09-12 Thread Gary D. Gregory
Any thoughts on these: [INFO] Results: [INFO] [ERROR] Failures: [ERROR] RollingAppenderDeleteAccumulatedSizeTest.testAppender:68 [target\rolling-with-delete-accum-size\test\test-5.log, target\rolling-with-delete-accum-size\test\test-6.log, target\rolling-with-delete-accum-size\test\test-7.log

Re: Can't build log4j main branch

2024-09-12 Thread Gary D. Gregory
On 2024/09/12 06:51:22 "Piotr P. Karwasz" wrote: > Hi Gary, > > On Wed, 11 Sept 2024 at 22:13, Gary D. Gregory wrote: > > Running 'mvn clean install' on git main [1] gives me: > > > > [ERROR] Failures: > > [ERROR] AsyncLoggerConfigTest.testSingleFilterInvocation:114 > > Wanted but not invoked:

Re: Can't build log4j main branch

2024-09-11 Thread Piotr P. Karwasz
Hi Gary, On Wed, 11 Sept 2024 at 22:13, Gary D. Gregory wrote: > Running 'mvn clean install' on git main [1] gives me: > > [ERROR] Failures: > [ERROR] AsyncLoggerConfigTest.testSingleFilterInvocation:114 > Wanted but not invoked: > appender.append(); > -> at > org.apache.logging.log4j.async.lo

Can't build log4j main branch

2024-09-11 Thread Gary D. Gregory
Hi All, Running 'mvn clean install' on git main [1] gives me: [ERROR] Failures: [ERROR] AsyncLoggerConfigTest.testSingleFilterInvocation:114 Wanted but not invoked: appender.append(); -> at org.apache.logging.log4j.async.logger.AsyncLoggerConfigTest.testSingleFilterInvocation(AsyncLoggerConfig