JWT007 commented on issue #3441: URL: https://github.com/apache/logging-log4j2/issues/3441#issuecomment-2646436036
Hi @ppkarwasz ok thanks! I will take a look - defaults don' seem sensible in that case but I will look at the annotations. :) Am fighting with some problems with some flaky tests (unrelated to my changes)... all sort of the same scenario where collection sizes don't match. I don't know if the tests are running too fast? ``` [ERROR] Failures: [ERROR] SyslogAppenderCustomLayoutTest>SyslogAppenderTest.testUDPAppender:79->SyslogAppenderTestBase.sendAndCheckLegacyBsdMessage:74->SyslogAppenderTestBase.checkTheNumberOfSentAndReceivedMessages:112 The number of received messages should be equal with the number of sent messages ==> expected: <1> but was: <0> [ERROR] SyslogAppenderCustomLayoutTest>SyslogAppenderTest.testUDPStructuredAppender:88->SyslogAppenderTestBase.sendAndCheckStructuredMessage:93->SyslogAppenderTestBase.checkTheNumberOfSentAndReceivedMessages:112 The number of received messages should be equal with the number of sent messages ==> expected: <1> but was: <0> [ERROR] TlsSyslogAppenderTest>SyslogAppenderTest.testTCPAppender:56->SyslogAppenderTestBase.sendAndCheckLegacyBsdMessage:74->SyslogAppenderTestBase.checkTheNumberOfSentAndReceivedMessages:112 The number of received messages should be equal with the number of sent messages ==> expected: <1> but was: <0> [ERROR] RollingAppenderDeleteAccumulatedSizeTest.testAppender:64 [target\rolling-with-delete-accum-size\test\test-10.log, target\rolling-with-delete-accum-size\test\test-6.log, target\rolling-with-delete-accum-size\test\test-7.log, target\rolling-with-delete-accum-size\test\test-8.log, target\rolling-with-delete-accum-size\test\test-9.log] expected:<4> but was:<5> [ERROR] RollingAppenderDirectCronTest.testAppender(LoggerContext, RollingFileAppender) ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@logging.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org