joepembe commented on code in PR #3934:
URL: https://github.com/apache/logging-log4j2/pull/3934#discussion_r2402441530
##########
log4j-core-test/pom.xml:
##########
@@ -347,6 +347,12 @@
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.mockito</groupId>
+ <artifactId>mockito-inline</artifactId>
+ <scope>test</scope>
+ </dependency>
+
Review Comment:
This test takes an extremely long time to execute. I'm running it locally on
my macbook pro, and I estimate that it will take 31 minutes to finish executing
all 1,000,000 iterations of the `patternFormatter.format(logEvent, buffer);`
loop. Are you sure this is the direction you want to go?
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]