ayushtkn commented on code in PR #6134:
URL: https://github.com/apache/hadoop/pull/6134#discussion_r1342504971


##########
hadoop-hdfs-project/hadoop-hdfs-rbf/src/test/java/org/apache/hadoop/hdfs/server/federation/router/TestRouterAdminCLI.java:
##########
@@ -1925,6 +1925,42 @@ public void testAddMultipleMountPointsFailure() throws 
Exception {
         err.toString().contains("Cannot add mount points: 
[/testAddMultiMountPoints-01"));
   }
 
+  @Test
+  public void testGetUsage() throws Exception {

Review Comment:
   this test is pretty irrelevant in the context, you are checking the exit 
codes here, where you didn't even touch them, there should be an existing test 
I believe which tests the help output



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