pasharik commented on PR #15553:
URL: https://github.com/apache/kafka/pull/15553#issuecomment-2007063040

   Hi All,
   
   Update on my original comment: issue with incremental compilation seems to 
happen only when changes made from IntelliJ.
   
   Would anybody mind trying to reproduce it on your local environment? Steps 
to reproduce:
   
   * 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
   
   If test modified with `vim`, only single test class is re-compiled


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

Reply via email to