chia7712 commented on PR #13288:
URL: https://github.com/apache/kafka/pull/13288#issuecomment-1455133291

   > Hmm, why is this needed? Can't we use
   > 
https://docs.gradle.org/current/userguide/command_line_interface.html#sec:rerun_tasks
   
   the purpose of adding custom rerun-tests (#11926) is to avoid recompilation. 
the flag `--rerun-tasks` can't do that (I tried command `./gradlew core:test 
--tests MetricsDuringTopicCreationDeletionTest --no-daemon` and it invokes 
recompilation)
   
   BTW, I prefer to use built-in task `cleanTest` to replace custom 
`rerun-tests` if all we want to do is to force re-running tests without 
recompilation when there is no code change.


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