rgoers commented on issue #319: log4j-kafka added with "retryCount" function URL: https://github.com/apache/logging-log4j2/pull/319#issuecomment-562916875 After applying the patch and fixing the typo in KafkaAppenderTest.xml the KafkaAppenderTest is failing with: ```[INFO] Running org.apache.logging.log4j.core.appender.mom.kafka.KafkaAppenderTest [ERROR] Tests run: 6, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.538 s <<< FAILURE! - in org.apache.logging.log4j.core.appender.mom.kafka.KafkaAppenderTest [ERROR] testAppendWithRetryCount(org.apache.logging.log4j.core.appender.mom.kafka.KafkaAppenderTest) Time elapsed: 0.021 s <<< FAILURE! java.lang.AssertionError: expected:<3> but was:<1> at org.apache.logging.log4j.core.appender.mom.kafka.KafkaAppenderTest.testAppendWithRetryCount(KafkaAppenderTest.java:172) [INFO] [INFO] Results: [INFO] [ERROR] Failures: [ERROR] KafkaAppenderTest.testAppendWithRetryCount:172 expected:<3> but was:<1> [INFO] [ERROR] Tests run: 6, Failures: 1, Errors: 0, Skipped: 0 ```
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
