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

This reverts commit 650b9cbe16.
This commit is contained in:
Weiwei Yang 2019-01-07 08:58:09 +08:00
parent 2c02aa6ec2
commit d3321fbed0
1 changed files with 0 additions and 1 deletions

View File

@ -812,7 +812,6 @@ public void testHelp() throws Exception {
+ "([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();