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
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
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
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
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
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
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:
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
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