YARN-9178. TestRMAdminCli#testHelp is failing in trunk. Contributed by Abhishek Modi.

This commit is contained in:
Weiwei Yang 2019-01-06 11:29:59 +08:00
parent 1f425271a7
commit 650b9cbe16

View File

@ -812,6 +812,7 @@ public class TestRMAdminCLI {
+ "([OvercommitTimeout])] " + "([OvercommitTimeout])] "
+ "[-transitionToActive [--forceactive] <serviceId>] " + "[-transitionToActive [--forceactive] <serviceId>] "
+ "[-transitionToStandby <serviceId>] " + "[-transitionToStandby <serviceId>] "
+ "[-transitionToObserver <serviceId>] "
+ "[-getServiceState <serviceId>] [-getAllServiceState] " + "[-getServiceState <serviceId>] [-getAllServiceState] "
+ "[-checkHealth <serviceId>] [-help [cmd]]"; + "[-checkHealth <serviceId>] [-help [cmd]]";
String actualHelpMsg = dataOut.toString(); String actualHelpMsg = dataOut.toString();