muralibasani opened a new pull request, #13417:
URL: https://github.com/apache/kafka/pull/13417

   *Description*
   This PR does the below.
   - Moves the classes StorageTool.scala and StorageToolTest.scala to tools 
module with Java conversions.
   - There is a dependency by QuorumTestHarness & KafkaClusterTestKit on method 
'formatCommand' in StorageTool. So this method has been moved to ToolUtils to 
avoid circular dependency on the modules. Pls suggest any alternative if 
possible.
   - build.gradle has been updated to mention 2 more dependencies of tools 
module
   - checkstyle import-control is updated to mention allowed imports by tools 
module
   
   *Summary of testing strategy (including rationale)
   Existing test StorageToolTest.scala to moved to tools modules as 
StorageToolTest.java
   
   ### Committer Checklist (excluded from commit message)
   - [ ] Verify design and implementation 
   - [ ] Verify test coverage and CI build status
   - [ ] Verify documentation (including upgrade notes)
   


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