cnauroth commented on code in PR #7373:
URL: https://github.com/apache/hadoop/pull/7373#discussion_r1949544198
##########
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-distributedshell/src/test/java/org/apache/hadoop/yarn/applications/distributedshell/DistributedShellBaseTest.java:
##########
@@ -307,9 +306,10 @@ protected Client setAndGetDSClient(String
appMasterMainClass,
return dsClient;
}
- protected void baseTestDSShell(boolean haveDomain, boolean defaultFlow)
+ protected void baseTestDSShell(String methodName, boolean haveDomain,
boolean defaultFlow)
throws Exception {
String[] baseArgs = createArgumentsWithAppName(
+ methodName,
Review Comment:
Is there an extra space in the indentation? If so, can you please remove it
before committing?
--
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]