chia7712 commented on PR #15553:
URL: https://github.com/apache/kafka/pull/15553#issuecomment-2016789588
> Open kafka.admin.AclCommandTest in IntelliJ Idea. I'm using 2023.3.5
Ultimate
Add println("a") at the beginning of testAclCliWithAuthorizer method
Run in terminal: ./gradlew core:test --tests
"kafka.admin.AclCommandTest.testAclCliWithAuthorizer"
Result: all tests in core module are re-compiled
I can't reproduce it and my Idea is 2023.3.6 Ultimate. I add some changes
to `testAclCliWithAuthorizer` and then run `./gradlew core:test --tests
"kafka.admin.AclCommandTest.testAclCliWithAuthorizer"`. Only file
`AclCommandTest.class` get recompiled.

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