slfan1989 commented on PR #7946:
URL: https://github.com/apache/hadoop/pull/7946#issuecomment-3276937509

   > > there are only a few classes left over, can you change them together?
   > > ```
   > > $ grep -rl --include='*.java' "import org.junit.Test" . | sort | uniq
   > > 
./hadoop-hdfs-project/hadoop-hdfs-native-client/src/main/native/fuse-dfs/test/TestFuseDFS.java
   > > 
./hadoop-hdfs-project/hadoop-hdfs-rbf/src/test/java/org/apache/hadoop/hdfs/server/federation/security/token/TestZKDelegationTokenSecretManagerImpl.java
   > > 
./hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-web-proxy/src/test/java/org/apache/hadoop/yarn/server/webproxy/TestFedAppReportFetcher.java
   > > 
./hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-web-proxy/src/test/java/org/apache/hadoop/yarn/server/webproxy/TestWebAppProxyServletFed.java
   > > ```
   > 
   > Thanks for the review, Pan. To keep things straightforward for the 
different maintainers and CI jobs, would it be okay to split this into one PR 
per module? The tests touch separate areas, so smaller PRs should make review 
and potential reverts simpler. Remaining items:
   > 
   > ```
   > • hadoop-aws: ITestS3AContractSeek, ITestTreewalkProblems
   > • hadoop-compat-bench: compat/cases/* (e.g., HdfsCompatAcl … 
HdfsCompatTpcds)
   > • hadoop-azure: ITestAbfsTerasort … ITestExponentialRetryPolicy
   > • hadoop-hdfs-native-client: TestFuseDFS
   > • hadoop-hdfs-rbf: TestRouterDistCpProcedure, 
…/server/federation/security/token/*
   > ```
   
   @zhtttylz +1, This suggestion makes sense. To facilitate code review and 
future maintenance, it's recommended to submit changes by module separately, 
and avoid merging changes from multiple modules in a single commit.


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to