cnauroth commented on PR #5044: URL: https://github.com/apache/hadoop/pull/5044#issuecomment-2594105715
> It seems to be a bit tricky for writing UT for this. Any suggestions on how to take this PR forward or on UT. > > @slfan1989 - Any suggestions from your side. > > Thanks There are several tests in [`TestBalancerLongRunningTasks`](https://github.com/apache/hadoop/blob/rel/release-3.4.1/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/balancer/TestBalancerLongRunningTasks.java) and [`TestBalancerWithMultipleNameNodes`](https://github.com/apache/hadoop/blob/rel/release-3.4.1/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/balancer/TestBalancerWithMultipleNameNodes.java) that show running the balancer with the existing balancing policies. Could we add a similar test exercising the new policy? -- 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]
