You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-issues@hadoop.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2015/01/17 15:41:34 UTC

[jira] [Created] (YARN-3070) TestRMAdminCLI#testHelp fails for transitionToActive command

Ted Yu created YARN-3070:
----------------------------

             Summary: TestRMAdminCLI#testHelp fails for transitionToActive command
                 Key: YARN-3070
                 URL: https://issues.apache.org/jira/browse/YARN-3070
             Project: Hadoop YARN
          Issue Type: Test
            Reporter: Ted Yu
            Priority: Minor


{code}
      testError(new String[] { "-help", "-transitionToActive" },
          "Usage: yarn rmadmin [-transitionToActive <serviceId>" +
          " [--forceactive]]", dataErr, 0);
{code}
fails with:
{code}
java.lang.AssertionError: null
	at org.junit.Assert.fail(Assert.java:86)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.junit.Assert.assertTrue(Assert.java:52)
	at org.apache.hadoop.yarn.client.cli.TestRMAdminCLI.testError(TestRMAdminCLI.java:547)
	at org.apache.hadoop.yarn.client.cli.TestRMAdminCLI.testHelp(TestRMAdminCLI.java:335)
{code}




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)