apalan60 commented on PR #19920: URL: https://github.com/apache/kafka/pull/19920#issuecomment-2956146626
I ran a few more test classes that use logging with the command below. They all passed successfully when executed in the same JVM. ``` /gradlew cleanTest \ -- :connect:runtime:test --tests "org.apache.kafka.connect.runtime.LoggersTest.testSetLevelWithValidRootLoggerNames" \ -- :core:test --tests "kafka.network.SocketServerTest" - PmaxParallelForks=1 ``` ``` ./gradlew cleanTest \ connect:runtime:test \ --tests LoggersTest.testSetLevelWithValidRootLoggerNames \ --tests LoggingResourceTest \ -PmaxParallelForks=1 ``` ``` ./gradlew cleanTest \ -- :connect:runtime:test --tests "org.apache.kafka.connect.runtime.LoggersTest.testSetLevelWithValidRootLoggerNames" \ -- :core:test --tests "kafka.integration.UncleanLeaderElectionTest" \ - PmaxParallelForks=1 ``` -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org