zhtttylz commented on PR #7946: URL: https://github.com/apache/hadoop/pull/7946#issuecomment-3275248148
> 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/* ``` -- 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]
